Update flake

This commit is contained in:
Invariantspace 2024-04-16 21:53:55 -07:00
parent 0d80d7389d
commit c6d82e32ae
4 changed files with 21 additions and 55 deletions

View file

@ -3,7 +3,6 @@
{
imports = with inputs; [
home-manager.nixosModules.default
nh.nixosModules.default
sops-nix.nixosModules.default
] ++ [
./constants.nix

View file

@ -86,7 +86,10 @@ in
};
};
programs.fish.enable = true;
programs = {
fish.enable = true;
nh.enable = true;
};
services = {
openssh = {