test
This commit is contained in:
parent
a0eb715330
commit
b01c7f3f7d
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{ config, pkgs, unstable, ... }: {
|
||||
{ config, unstable, ... }: {
|
||||
services.xserver = {
|
||||
# https://nixos.org/manual/nixos/stable/index.html#chap-gnome
|
||||
# Enable the GNOME Desktop Environment.
|
||||
displayManager.gdm.enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
|
|
|
@ -52,6 +52,8 @@
|
|||
# Declare a generic configuration using the $hostname variable:
|
||||
${hostname} = lib.nixosSystem {
|
||||
inherit system;
|
||||
# Tell NixOS to inherit the "Unstable" packages defined above.
|
||||
# Used in the { } imports on each configuration file. See gnome.nix
|
||||
specialArgs = { inherit unstable; };
|
||||
modules = [
|
||||
# Configuration Imports
|
||||
|
|
Loading…
Reference in a new issue