From 23d1f05aa80f313f222d27c942b727343f8130c6 Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Sun, 23 Nov 2025 13:54:57 +0100 Subject: make shell even nicer --- configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configuration.nix') 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" ]; -- cgit v1.2.3