home: wm: i3: don't add 'dragger' through profile
This commit is contained in:
parent
52fb5500be
commit
8b763099e3
|
@ -70,6 +70,7 @@ in
|
||||||
{
|
{
|
||||||
config = lib.mkIf isEnabled {
|
config = lib.mkIf isEnabled {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
ambroisie.dragger # drag-and-drop from the CLI
|
||||||
ambroisie.i3-get-window-criteria # little helper for i3 configuration
|
ambroisie.i3-get-window-criteria # little helper for i3 configuration
|
||||||
arandr # Used by a mapping
|
arandr # Used by a mapping
|
||||||
pamixer # Used by a mapping
|
pamixer # Used by a mapping
|
||||||
|
|
|
@ -23,11 +23,5 @@ in
|
||||||
# Auto disk mounter
|
# Auto disk mounter
|
||||||
my.home.udiskie.enable = true;
|
my.home.udiskie.enable = true;
|
||||||
})
|
})
|
||||||
|
|
||||||
(lib.mkIf (cfg.windowManager != null) {
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
ambroisie.dragger
|
|
||||||
];
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue