pełna konfiguracja noctalia i czystka waybar, swaync, wlogout i skryptów
This commit is contained in:
13
modules/home/noctalia/settings/hooks.nix
Normal file
13
modules/home/noctalia/settings/hooks.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{lib, ...}: {
|
||||
programs.noctalia-shell.settings.hooks = lib.mkForce {
|
||||
"enabled" = false;
|
||||
"wallpaperChange" = "";
|
||||
"darkModeChange" = "";
|
||||
"screenLock" = "";
|
||||
"screenUnlock" = "";
|
||||
"performanceModeEnabled" = "";
|
||||
"performanceModeDisabled" = "";
|
||||
"startup" = "";
|
||||
"session" = "";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user