diff options
author | Alan Pearce | 2024-11-27 14:35:21 +0100 |
---|---|---|
committer | Alan Pearce | 2024-11-27 14:35:21 +0100 |
commit | 67d317deef6c099409c345de076386f7ae359a0a (patch) | |
tree | cc944656df39aa79d6ae12224176b774af66313c /user/settings | |
parent | ee227bb0d8ad3ac55ab0e840fb07493b8a469181 (diff) | |
download | nixfiles-67d317deef6c099409c345de076386f7ae359a0a.tar.lz nixfiles-67d317deef6c099409c345de076386f7ae359a0a.tar.zst nixfiles-67d317deef6c099409c345de076386f7ae359a0a.zip |
install age and agenix to home-manager profile
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/nix.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user/settings/nix.nix b/user/settings/nix.nix index 87db3d56..6eabeae8 100644 --- a/user/settings/nix.nix +++ b/user/settings/nix.nix @@ -15,6 +15,8 @@ in }; home.packages = with pkgs; [ + age + agenix cached-nix-shell nil nix-prefetch-scripts |