Neovim added leap plugin
Rewritten and moved portable module Updated background Disabled garnix substitutor Small changes to greetd
This commit is contained in:
parent
488bd8911b
commit
664594c064
15 changed files with 131 additions and 31 deletions
|
|
@ -21,10 +21,12 @@ in {
|
|||
"QT_WAYLAND_DISABLE_WINDOWDECORATION,1"
|
||||
"NIXOS_OZONE_WL,1"
|
||||
];
|
||||
exec-once = [
|
||||
"${uwsm} finalize"
|
||||
"${hyprlock}" # Lock screen
|
||||
];
|
||||
exec-once =
|
||||
[
|
||||
"${uwsm} finalize"
|
||||
"${hyprlock}" # Lock screen
|
||||
]
|
||||
++ lib.optional osConfig.niksos.portable.enable "powermode sync";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue