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
/
services
/
xserver.nix
blob: e08ac04035dbc4a6dbdf49cf731a029f5bd3b803 (
plain
) (
blame
)
1
2
3
4
5
6
{
services
.
xserver
=
{
xkb
.
layout
=
"us"
;
videoDrivers
=
[
"nvidia"
];
};
}