mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
moved sxhkd configuration to seperate module
This commit is contained in:
parent
476b42f8af
commit
f25dcd56d9
4 changed files with 14 additions and 8 deletions
|
|
@ -14,11 +14,6 @@
|
|||
windowManager.dwm.enable = true;
|
||||
displayManager = {
|
||||
defaultSession = "none+dwm";
|
||||
sessionCommands = ''
|
||||
if ! pidof sxhkd > /dev/null;then
|
||||
sxhkd &
|
||||
fi
|
||||
'';
|
||||
lightdm = {
|
||||
enable = true;
|
||||
greeters.mini = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue