Refresh locked revisions for several dependencies and bump helium AppImage to 0.16.5.1. Remove dead commented example from the noctalia home module.
15 lines
176 B
Nix
15 lines
176 B
Nix
{
|
|
inputs,
|
|
system,
|
|
...
|
|
}: {
|
|
programs.noctalia = {
|
|
enable = true;
|
|
package = inputs.noctalia.packages.${system}.default;
|
|
};
|
|
|
|
imports = [
|
|
./settings
|
|
];
|
|
}
|