Gitiles
Code Review
Sign In
git.clicks.codes
/
Infra
/
NixFiles
/
fc048590aae172d2def92cf68f04f2cc2bfa4e29
/
.
/
modules
/
common
/
shell.nix
blob: 18889bd4a45ecf1005a55a86115a84da0c46e7ba [
file
] [
log
] [
blame
]
Samuel Shuert
f68685d
2023-10-28 20:07:56 -0400
[
diff
] [
blame
]
1
{
pkgs
,
...
}:
{
2
programs
.
zsh
.
enable
=
true
;
3
environment
.
systemPackages
=
with
pkgs
;
[
vim wget
];
4
}