Reorganize files
This commit is contained in:
parent
2fc4f2dd4a
commit
a32dfc1089
32 changed files with 260 additions and 398 deletions
10
modules/common-desktop/desktop.nix
Normal file
10
modules/common-desktop/desktop.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager.gdm.enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
layout = "us";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue