diff --git a/home/graphical/swww.nix b/home/graphical/swww.nix index 9746a72..262e042 100644 --- a/home/graphical/swww.nix +++ b/home/graphical/swww.nix @@ -16,7 +16,9 @@ Service = { Type = "simple"; ExecStart = "${pkgs.swww}/bin/swww-daemon"; - ExecStartPost = "${pkgs.swww}/bin/swww img ${self + "/assets/landscape-pink-pastel.jpg"} -t wipe"; + ExecStartPost = "${pkgs.swww}/bin/swww img ${ + self + "/assets/landscape-pink-pastel.jpg" + } -t wipe --transition-fps 144"; Restart = "on-failure"; ProtectHome = "tmpfs"; diff --git a/hosts/marr/default.nix b/hosts/marr/default.nix index a2754ca..231422f 100644 --- a/hosts/marr/default.nix +++ b/hosts/marr/default.nix @@ -73,7 +73,6 @@ }; programs = { - uwsm.enable = true; dconf.enable = true; fish.enable = true; firefox.enable = true;