From 0ff5229e7d5a22fce194f1ccdd0880eb3184f4ff Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 21 Oct 2014 21:24:34 +0200 Subject: modules/slim: Don't set defaultUser anymore. I find this annoying, especially if you want to reboot and have to delete the default user first. Signed-off-by: aszlig --- modules/slim/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/slim/default.nix b/modules/slim/default.nix index d8905ed7..ca3ce8c6 100644 --- a/modules/slim/default.nix +++ b/modules/slim/default.nix @@ -10,7 +10,6 @@ in { config.services.xserver.displayManager.slim = mkIf cfg.enable { enable = true; - defaultUser = "aszlig"; theme = pkgs.stdenv.mkDerivation { name = "nixos-theme-vuizvui"; src = pkgs.slimThemes.nixosSlim; -- cgit 1.4.1