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.
22 lines
242 B
Nix
22 lines
242 B
Nix
{
|
|
inputs,
|
|
system,
|
|
...
|
|
}: {
|
|
programs.noctalia = {
|
|
enable = true;
|
|
package = inputs.noctalia.packages.${system}.default;
|
|
};
|
|
|
|
imports = [
|
|
./settings
|
|
];
|
|
}
|
|
# {
|
|
# ...
|
|
# }: {
|
|
# programs.noctalia.settings = {
|
|
# };
|
|
# }
|
|
|