diff --git a/hosts/skadi/configuration.nix b/hosts/skadi/configuration.nix index 416c4c4..6a26c87 100644 --- a/hosts/skadi/configuration.nix +++ b/hosts/skadi/configuration.nix @@ -232,7 +232,6 @@ crony.secrets.enable = true; crony.boot.enable = true; crony.ollama.enable = true; - crony.plasma.enable = true; # List packages installed in system profile environment.systemPackages = with pkgs; [ diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index 94aa206..1a0644b 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -92,9 +92,6 @@ in { # Enable hyprpaper services.hyprpaper.enable = true; - # Disable it by default and have it started manually by hyprland - systemd.user.services.hyprpaper.Install.WantedBy = lib.mkForce []; - # Setup portal for hyprland xdg.portal = { enable = true; @@ -131,8 +128,6 @@ in { ]; }; }; - # Disable it by default and have it started manually by hyprland - systemd.user.services.hypridle.Install.WantedBy = lib.mkForce []; # Setup and enable hyprland wayland.windowManager.hyprland = { @@ -172,8 +167,6 @@ in { "wl-paste --type image --watch cliphist store" # Stores only image data "keepassxc" # Startup my password manager "systemctl --user start hyprpolkitagent" - "systemctl --user start hyprpaper" - "systemctl --user start hypridle" ]; monitor = [