profiles: wm: enable 'i3' helpers
`flameshot` and `udiskie` provide some functionnality that would usually be found in an actual DE. It makes more sense to activate them here instead of in the home configuration, so I will remove it in the next commit.
This commit is contained in:
parent
0cf077012d
commit
4ec380e128
|
@ -18,6 +18,10 @@ in
|
||||||
services.xserver.windowManager.i3.enable = true;
|
services.xserver.windowManager.i3.enable = true;
|
||||||
# i3 settings
|
# i3 settings
|
||||||
my.home.wm.windowManager = "i3";
|
my.home.wm.windowManager = "i3";
|
||||||
|
# Screenshot tool
|
||||||
|
my.home.flameshot.enable = true;
|
||||||
|
# Auto disk mounter
|
||||||
|
my.home.udiskie.enable = true;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue