diff --git a/hosts/vali/temperance/configuration.nix b/hosts/vali/temperance/configuration.nix index 17ada0d..5126519 100644 --- a/hosts/vali/temperance/configuration.nix +++ b/hosts/vali/temperance/configuration.nix @@ -60,7 +60,6 @@ }; services = { locate.enable = true; - wpaperd.enable = true; media.mpd = { enable = true; musicDirectory = "/home/${config.modules.other.system.username}/Nextcloud/Media/Music"; diff --git a/modules/options/usrEnv/services/default.nix b/modules/options/usrEnv/services/default.nix index fe8cb70..1c4d44b 100644 --- a/modules/options/usrEnv/services/default.nix +++ b/modules/options/usrEnv/services/default.nix @@ -4,7 +4,6 @@ in { options.modules.usrEnv.services = { locate.enable = mkEnableOption "Locate service"; - wpaperd.enable = mkEnableOption "Wpaperd wallpaper daemon"; media = { mpd = { enable = mkEnableOption "mpd service"; diff --git a/modules/services/wpaperd.nix b/modules/services/wpaperd.nix deleted file mode 100644 index 95034ea..0000000 --- a/modules/services/wpaperd.nix +++ /dev/null @@ -1,22 +0,0 @@ -{ - lib, - pkgs, - config, -}: let - inherit (config.modules.other.system) username; - cfg = config.modules.usrEnv.services.wpaperd; - inherit (lib) mkIf; -in { - config = mkIf cfg.enable { - home-manager.users.${username} = { - programs.wpaperd = { - enable = true; - package = pkgs.wpaperd; - settings.any = { - mode = "center"; - path = "/home/vali/projects/nichts/assets/wallpapers/river.png"; - }; - }; - }; - }; -} diff --git a/modules/wms/wayland/hypr/land.nix b/modules/wms/wayland/hypr/land.nix index 92bdb84..55ce525 100644 --- a/modules/wms/wayland/hypr/land.nix +++ b/modules/wms/wayland/hypr/land.nix @@ -341,7 +341,7 @@ in { "[workspace special:keepassxc; silent;tile] ${pkgs.keepassxc}/bin/keepassxc" - "${swww}/bin/swww-daemon" + #"${swww}/bin/swww-daemon" "${wlsunset}/bin/wlsunset -S 06:00 -s 20:00" ];