index
:
nix
master
a nixosConfigurations collective
Mark Nipper
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hosts
/
common
/
core
/
shells.nix
blob: f02ec63d24d50c9a5dd8beb357878ed0cdf5cf9a (
plain
)
1
2
3
4
5
6
7
{
pkgs
,
...
}:
{
environment
.
systemPackages
=
[
pkgs
.
bash pkgs
.
zsh
];
}