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