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