Gnome
This commit is contained in:
parent
074fb87f94
commit
dfe43b46e7
2 changed files with 9 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
../../hardware/nvidia
|
../../hardware/nvidia
|
||||||
|
|
||||||
../../modules/cosmic
|
../../modules/gnome
|
||||||
|
|
||||||
../../users/kylekrein
|
../../users/kylekrein
|
||||||
|
|
||||||
|
|
|
||||||
8
nixos/modules/gnome/default.nix
Normal file
8
nixos/modules/gnome/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
services.xserver = {
|
||||||
|
enable = true;
|
||||||
|
displayManager.gdm.enable = true;
|
||||||
|
desktopManager.gnome.enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue