8 lines
126 B
Nix
8 lines
126 B
Nix
{config, pkgs, ...}:
|
|
{
|
|
programs.nh = {
|
|
enable = true;
|
|
flake = "https://git.coven.systems/autumn/nixos-conf";
|
|
};
|
|
}
|