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