Skip to content

Commit

Permalink
age: add age and related tools
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Apr 22, 2024
1 parent 5f31831 commit 6a413e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/home-manager/terminal_environment/age.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{pkgs, ...}: {
home.packages = with pkgs; [
age
age-plugin-yubikey
sops
];
}
1 change: 1 addition & 0 deletions modules/home-manager/terminal_environment/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
imports = [
../base.nix

./age.nix
./direnv.nix
./fzf.nix
./git.nix
Expand Down

0 comments on commit 6a413e9

Please sign in to comment.