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