HPCesia's Git Repos
/
nix-config
Code
Branches
Tags
Commits
old
nix-config
/
home
/
base
/
tui
/
encryption.nix
Top
1
{
pkgs
,
.
.
.
}:
{
2
home
.
packages
=
with
pkgs
;
[
3
age
4
sops
5
]
;
6
}