Files
garandos/modules/home/noctalia/default.nix
T
GarandPLG 4f80fabf56 Update flake.lock and helium version
Refresh locked revisions for several dependencies and bump helium
AppImage to 0.16.5.1. Remove dead commented example from the noctalia
home module.
2026-09-05 11:50:56 +02:00

15 lines
176 B
Nix

{
inputs,
system,
...
}: {
programs.noctalia = {
enable = true;
package = inputs.noctalia.packages.${system}.default;
};
imports = [
./settings
];
}