test
This commit is contained in:
parent
a09d549031
commit
d86e465b87
1 changed files with 2 additions and 3 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue