diff options
| author | Mathias Magnusson <mathias@magnusson.space> | 2025-11-23 13:54:57 +0100 |
|---|---|---|
| committer | Mathias Magnusson <mathias@magnusson.space> | 2025-11-23 18:05:05 +0100 |
| commit | 23d1f05aa80f313f222d27c942b727343f8130c6 (patch) | |
| tree | 170fad90384268d5236cb4a780c11f74a1753f68 /configuration.nix | |
| parent | dea8740e0d09e503a2090a48630826dc2c57d658 (diff) | |
| download | oden-23d1f05aa80f313f222d27c942b727343f8130c6.tar.gz | |
make shell even nicer
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" ]; |
