This commit is contained in:
iFargle 2023-07-02 20:30:46 +09:00
parent fa430896a8
commit d8d7824541

View file

@ -1,6 +1,6 @@
{ config, master, ... }: {
# 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
# Enable the GNOME Desktop Environment.
displayManager.gdm.enable = true;