feat(homeModules/desktop): add mako
This commit is contained in:
parent
55551cfbb9
commit
ccdd8d19d9
4 changed files with 18 additions and 1 deletions
|
@ -22,7 +22,10 @@ in
|
|||
", preferred, auto, 1"
|
||||
];
|
||||
|
||||
exec-once = [ "uwsm app -- $LOCKSCREEN" ];
|
||||
exec-once = [
|
||||
"uwsm app -- $LOCKSCREEN"
|
||||
"uwsm app -- $NOTIFICATION_DAEMON"
|
||||
];
|
||||
}
|
||||
(import ./decoration.nix)
|
||||
(import ./keybinds.nix { inherit pkgs; })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue