diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-28 13:27:15 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-28 13:27:15 -0800 |
| commit | 04f0212de19ed1206eccc42c19e2b1464b446b5d (patch) | |
| tree | f7bb3c40a65a279ee7cd17ff75915c3475394602 /nix/users/fcuny/shell.nix | |
| parent | rename packages to pkgs (diff) | |
| download | infra-04f0212de19ed1206eccc42c19e2b1464b446b5d.tar.gz | |
simplify a bit home-manager configuration
Diffstat (limited to 'nix/users/fcuny/shell.nix')
| -rw-r--r-- | nix/users/fcuny/shell.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix index 36b4267..7f4406d 100644 --- a/nix/users/fcuny/shell.nix +++ b/nix/users/fcuny/shell.nix @@ -10,6 +10,9 @@ in home.packages = with pkgs; [ + # encryption + age + # shell shellcheck |
