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, ... }: { { config, pkgs, ... }: {
# Use "unstable" instead of "pkgs" to get the latest packages, defined in "flake.nix" services.xserver = {
services.xserver = with unstable.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.defaultSession = "plasmawayland"; displayManager.defaultSession = "plasmawayland";