diff --git a/hosts/slateport/default.nix b/hosts/slateport/default.nix index e2b99b75..a8b4d041 100644 --- a/hosts/slateport/default.nix +++ b/hosts/slateport/default.nix @@ -40,6 +40,11 @@ syncthing.guiAddress = "0.0.0.0:8384"; }; + stylix = { + enable = false; + image = "${self.inputs.wallpapers}/wallhaven-mp886k.jpg"; + }; + system.stateVersion = "24.05"; zramSwap.memoryPercent = 100;