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