test
This commit is contained in:
parent
fa430896a8
commit
d8d7824541
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ config, master, ... }: {
|
{ config, master, ... }: {
|
||||||
# Use "master" instead of "pkgs" to get the latest packages, defined in "flake.nix"
|
# Use "master" instead of "pkgs" to get the latest packages, defined in "flake.nix"
|
||||||
services.xserver = {
|
services.xserver = with master.pkgs; {
|
||||||
# https://nixos.org/manual/nixos/stable/index.html#chap-gnome
|
# https://nixos.org/manual/nixos/stable/index.html#chap-gnome
|
||||||
# Enable the GNOME Desktop Environment.
|
# Enable the GNOME Desktop Environment.
|
||||||
displayManager.gdm.enable = true;
|
displayManager.gdm.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue