diff options
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 8fdb97f..3528c89 100644 --- a/configuration.nix +++ b/configuration.nix @@ -63,6 +63,11 @@ settings.git.autoFetch = false; }; + programs.nh = { + enable = true; + flake = "/home/mathias/oden"; + }; + environment.systemPackages = with pkgs; [ neovim curl @@ -71,6 +76,7 @@ (inputs.agenix.packages.${pkgs.system}.agenix) age-plugin-yubikey lm_sensors + ghostty.terminfo ]; age.identityPaths = [ "/nix/persist/etc/ssh/ssh_host_ed25519_key" ]; |
