diff --git a/home/wm/i3/default.nix b/home/wm/i3/default.nix index 2a99958..a0b63be 100644 --- a/home/wm/i3/default.nix +++ b/home/wm/i3/default.nix @@ -70,6 +70,7 @@ in { config = lib.mkIf isEnabled { home.packages = with pkgs; [ + ambroisie.dragger # drag-and-drop from the CLI ambroisie.i3-get-window-criteria # little helper for i3 configuration arandr # Used by a mapping pamixer # Used by a mapping diff --git a/profiles/wm/default.nix b/profiles/wm/default.nix index 1eeb7a8..bf9d3f9 100644 --- a/profiles/wm/default.nix +++ b/profiles/wm/default.nix @@ -23,11 +23,5 @@ in # Auto disk mounter my.home.udiskie.enable = true; }) - - (lib.mkIf (cfg.windowManager != null) { - environment.systemPackages = with pkgs; [ - ambroisie.dragger - ]; - }) ]; }