diff --git a/home-manager/patterns/hyprland.nix b/home-manager/patterns/hyprland.nix index fc71872..776b998 100644 --- a/home-manager/patterns/hyprland.nix +++ b/home-manager/patterns/hyprland.nix @@ -135,6 +135,7 @@ "${lib.getExe wallpaper_changer}" "${clipsync}" "clipse -listen" + "${lib.getExe' pkgs.udiskie "udiskie"}" ]; bind = [ diff --git a/nixos/hosts/Eclipse/configuration.nix b/nixos/hosts/Eclipse/configuration.nix index 99c381b..47aa086 100644 --- a/nixos/hosts/Eclipse/configuration.nix +++ b/nixos/hosts/Eclipse/configuration.nix @@ -64,8 +64,5 @@ "pc.crashsight.wetest.net" ]; }; - - services.gvfs.enable = true; - services.udisks2.enable = true; } diff --git a/nixos/modules/bundle.nix b/nixos/modules/bundle.nix index ea6dff1..32b1779 100644 --- a/nixos/modules/bundle.nix +++ b/nixos/modules/bundle.nix @@ -14,4 +14,5 @@ ]; programs.hyprland.enable = true; + services.udisks2.enable = true; }