home: wm: i3: don't add 'dragger' through profile

This commit is contained in:
Bruno BELANYI 2021-10-15 17:12:20 +02:00
parent 296833651a
commit 9117df1e72
2 changed files with 1 additions and 6 deletions

View File

@ -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

View File

@ -23,11 +23,5 @@ in
# Auto disk mounter
my.home.udiskie.enable = true;
})
(lib.mkIf (cfg.windowManager != null) {
environment.systemPackages = with pkgs; [
ambroisie.dragger
];
})
];
}