index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
ebisu
/
shared
/
system
/
encryption.nix
blob: 06b7c902e9f92e38ae5e4e432b6c8956aae4659f (
plain
) (
blame
)
1
2
3
4
5
6
7
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
libsForQt5
.
ksshaskpass seahorse
];
}