mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
pre-format
This commit is contained in:
parent
3ad599c6aa
commit
de7683556e
21 changed files with 462 additions and 403 deletions
|
|
@ -23,7 +23,7 @@
|
|||
defaultSession = "none+dwm";
|
||||
};
|
||||
windowManager.session =
|
||||
lib.singleton
|
||||
[
|
||||
{
|
||||
name = "dwm";
|
||||
start = ''
|
||||
|
|
@ -43,7 +43,8 @@
|
|||
dont_stop &
|
||||
waitPID=$!
|
||||
'';
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
environment.systemPackages = builtins.attrValues {
|
||||
inherit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue