rebuilding minimised nix files

This commit is contained in:
2026-03-02 18:19:29 +01:00
parent 785510430e
commit 0087901471
3 changed files with 300 additions and 303 deletions
+299 -300
View File
File diff suppressed because it is too large Load Diff
+1 -2
View File
@@ -1766,7 +1766,6 @@ For nice task-starting and -switching
{
xdg.enable = true;
home.packages = [ pkgs.hyprshell ];
};
# Autostart (systemd user service)
systemd.user.services.hyprshell = {
Unit = {
@@ -1872,7 +1871,7 @@ You'll notice the color values in multiple places outside this as well.
}
#+end_src
** Hyperexpo
** Hyprexpo
hyprexpo gets installed and configured
#+begin_src nix :tangle home/desktop/hyprexpo.nix :noweb tangle :mkdirp yes.
{ config, lib, pkgs, ... }:
-1
View File
@@ -3,7 +3,6 @@
{
xdg.enable = true;
home.packages = [ pkgs.hyprshell ];
};
# Autostart (systemd user service)
systemd.user.services.hyprshell = {
Unit = {