index
:
nixos
master
sinan's reproducible nixos systems
sinan@sinanmohd.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hosts
/
kay.nix
blob: 49a17c0361c96734ebead9f1f8f10033b0c40725 (
plain
) (
blame
)
1
2
3
4
5
{
pkgs
,
...
}:
{
environment
.
systemPackages
=
with
pkgs
;
[
tmux
];
}