From 55ec6a9fabce0eca3f5434a83107653af8c4fda4 Mon Sep 17 00:00:00 2001 From: Xory Date: Sat, 22 Nov 2025 14:42:15 +0200 Subject: [PATCH] fix: fucking nullstar service errors --- flake.nix | 1 + hosts/nullstar/config/hypr/hyprpaper.conf | 4 ++-- hosts/nullstar/configuration.nix | 4 +--- hosts/nullstar/home.nix | 3 +-- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 6b94fab..c1bc227 100644 --- a/flake.nix +++ b/flake.nix @@ -18,6 +18,7 @@ mkNixosHost = hostName: nixpkgs.lib.nixosSystem { inherit system; + specialArgs = { inherit inputs; }; modules = [ impermanence.nixosModules.impermanence ./hosts/${hostName}/configuration.nix diff --git a/hosts/nullstar/config/hypr/hyprpaper.conf b/hosts/nullstar/config/hypr/hyprpaper.conf index e8cc946..a73b826 100644 --- a/hosts/nullstar/config/hypr/hyprpaper.conf +++ b/hosts/nullstar/config/hypr/hyprpaper.conf @@ -1,2 +1,2 @@ -preload = /home/xory/wallpaper.jpg -wallpaper = ,/home/xory/wallpaper.jpg +preload = /home/xory/wallpaper.png +wallpaper = ,/home/xory/wallpaper.png diff --git a/hosts/nullstar/configuration.nix b/hosts/nullstar/configuration.nix index ea9d895..1148d43 100644 --- a/hosts/nullstar/configuration.nix +++ b/hosts/nullstar/configuration.nix @@ -17,9 +17,6 @@ # Use latest kernel. boot.kernelPackages = pkgs.linuxPackages_latest; - - systemd.services.home-manager-xory.enable = false; - environment.persistence."/persistent" = { enable = true; hideMounts = true; @@ -27,6 +24,7 @@ "/var/log" "/var/lib/bluetooth" "/var/lib/nixos" + "/var/lib/libvirt" "/var/lib/ollama-models" "/etc/NetworkManager/system-connections" ]; diff --git a/hosts/nullstar/home.nix b/hosts/nullstar/home.nix index 43625b6..95d9f49 100644 --- a/hosts/nullstar/home.nix +++ b/hosts/nullstar/home.nix @@ -41,6 +41,7 @@ slurp input-leap viber + hyprpolkitagent ]; home.file = { @@ -90,7 +91,5 @@ programs.wofi.enable = true; services.dunst.enable = true; - services.hyprpolkitagent.enable = true; - home.stateVersion = "25.05"; }