This commit is contained in:
iFargle 2023-07-06 20:29:55 +09:00
parent a09d549031
commit d86e465b87

View file

@ -1,6 +1,5 @@
{ config, unstable, ... }: {
# Use "unstable" instead of "pkgs" to get the latest packages, defined in "flake.nix"
services.xserver = with unstable.pkgs; {
{ config, pkgs, ... }: {
services.xserver = {
# https://nixos.org/manual/nixos/stable/index.html#chap-gnome
# Enable the GNOME Desktop Environment.
displayManager.defaultSession = "plasmawayland";