index
:
nix-config
this commit
main
tmp
This is my system configuration, targeting workstations.
Gitolite user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hm
/
sway
/
default.nix
blob: 794c681473c0ba647542c3d87348bbad7053c5bd (
plain
) (
blame
)
1
2
3
4
5
6
7
{
...
}:
{
wayland
.
windowManager
.
sway
=
{
enable
=
true
;
config
=
{
};
};
}