index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
pc
/
software
/
multimedia
/
video
/
xserver.nix
blob: 9c16f4c315dcb5347fa0ddbcbe99695cb5044d46 (
plain
) (
blame
)
1
2
3
4
5
6
{
services
.
xserver
.
xkb
=
{
layout
=
"us"
;
options
=
"caps:escape"
;
};
}