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.
16 lines
230 B
Nix
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
|
|
];
|
|
}
|