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: 57b6d2eb964115ec073312515843452f80932741 (
plain
) (
blame
)
1
2
3
4
5
{
config
,
pkgs
,
...
}:
{
environment
.
systemPackages
=
[
pkgs
.
tmux
];
}