mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-25 02:22:18 +00:00
19 lines
No EOL
319 B
Nix
19 lines
No EOL
319 B
Nix
{
|
|
services = {
|
|
xserver = {
|
|
enable = true;
|
|
displayManager = {
|
|
gdm = {
|
|
enable = true;
|
|
autoSuspend = false;
|
|
};
|
|
};
|
|
desktopManager = {
|
|
gnome.enable = true;
|
|
};
|
|
layout = "us";
|
|
xkbVariant = "";
|
|
};
|
|
geoclue2.enable = true;
|
|
};
|
|
} |