home: wm: i3: don't add 'dragger' through profile
This commit is contained in:
parent
296833651a
commit
9117df1e72
|
@ -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
|
||||
|
|
|
@ -23,11 +23,5 @@ in
|
|||
# Auto disk mounter
|
||||
my.home.udiskie.enable = true;
|
||||
})
|
||||
|
||||
(lib.mkIf (cfg.windowManager != null) {
|
||||
environment.systemPackages = with pkgs; [
|
||||
ambroisie.dragger
|
||||
];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue