1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-16 09:02:36 +00:00
This commit is contained in:
Eelco Dolstra 2013-07-02 13:27:25 +02:00
parent 725da34c8e
commit 3a9f908c8b

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
#require = [ ./graphical.nix ];
require = [ ./graphical.nix ];
users.extraUsers.demo =
{ description = "Demo user account";