Files
garandos/modules/home/noctalia/settings/default.nix
T
GarandPLG 9e1ba6c858 Disable Noctalia plugins and refactor bar config
Comment out the Noctalia-shell plugins block in host modules, introduce
a "main" section for bar settings, set the bar to disabled by default,
and bump the Noctalia config version to 2.
2026-07-17 17:38:13 +02:00

16 lines
230 B
Nix

_: {
programs.noctalia.settings.config_version = 2;
imports = [
./notification
./plugins
./audio.nix
./bar.nix
./calendar.nix
./location.nix
./shell.nix
./wallpaper.nix
./widget.nix
];
}