Gitiles
Code Review
Sign In
git.clicks.codes
/
Infra
/
NixFiles
/
4d5e2f23a4b21ebe6a8c5ebe489e9dc7b195b6f2
/
.
/
modules
/
common
/
shell.nix
blob: 18889bd4a45ecf1005a55a86115a84da0c46e7ba [
file
] [
log
] [
blame
]
{
pkgs
,
...
}:
{
programs
.
zsh
.
enable
=
true
;
environment
.
systemPackages
=
with
pkgs
;
[
vim wget
];
}