Files
garandos/modules/home/noctalia-shell/default.nix
T
GarandPLG 1d0f2a29f3 Update Helium to 0.14.6.1
Rename the noctalia module to noctalia-shell and update references in
the home configuration.
2026-07-16 18:03:35 +02:00

20 lines
305 B
Nix

{
# lib,
inputs,
system,
...
}: {
programs.noctalia-shell = {
enable = true;
package = inputs.noctalia.packages.${system}.default.override {
calendarSupport = true;
};
# settings.settingsVersion = lib.mkForce 46;
};
imports = [
./settings
./plugins.nix
];
}