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