First commit
This commit is contained in:
parent
9532c89e63
commit
ca0610b675
13 changed files with 597 additions and 40 deletions
11
wm/gnome.nix
Normal file
11
wm/gnome.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
services = {
|
||||
displayManager.gdm = {
|
||||
enable = true ;
|
||||
};
|
||||
desktopManager.gnome.enable = true ;
|
||||
};
|
||||
}
|
||||
|
||||
# vim: set ts=2 sw=2 sts=2 et :
|
||||
Loading…
Add table
Add a link
Reference in a new issue