From 290b69487721af9d3c2f99b88fd528956198fa65 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Tue, 21 Jan 2025 20:52:55 +0300 Subject: [PATCH] pkgs: Udiskie --- home-manager/patterns/hyprland.nix | 1 + nixos/hosts/Eclipse/configuration.nix | 3 --- nixos/modules/bundle.nix | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) 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; }