feat(homeModules/desktop): add mako

This commit is contained in:
Mohammad Rafiq 2025-05-20 22:24:19 +08:00
parent 55551cfbb9
commit ccdd8d19d9
No known key found for this signature in database
4 changed files with 18 additions and 1 deletions

View file

@ -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; })