Files
garandos/modules/home/noctalia/default.nix
T
GarandPLG db5a50db08 Update Helium to 0.16.3.1 and add Cargo module
Bump Helium AppImage version and update its SHA‑256 hash.
Add a new home module that installs a .cargo/config.toml with a custom
registry and enables git‑fetch‑with‑cli.
2026-09-02 22:22:52 +02:00

22 lines
242 B
Nix

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