diff --git a/baseconfiguration.nix b/baseconfiguration.nix index 20fadeb..a0db94d 100644 --- a/baseconfiguration.nix +++ b/baseconfiguration.nix @@ -67,20 +67,6 @@ lorri.enable = true; }; - users = { - mutableUsers = false; - users = { - ellmau = { - isNormalUser = true; - extraGroups = [ "wheel" "networkmanager" "audio"]; - description = "Stefan Ellmauthaler"; - shell = pkgs.zsh; - home = "/home/ellmau"; - hashedPassword = "$6$JZPnaZYG$KL2c3e1it3j2avioovE1WveN/mpmq/tPsSAvHY1XRhtqKaE7TaSQkqRy69farkIR0Xs0.yTjltvKvv28kZtLO1"; - }; - }; - }; - environment = { shells = [ pkgs.zsh ]; pathsToLink = [ "/share/zsh/" ]; diff --git a/layer/graphical.nix b/layer/graphical.nix index c39d9bc..aceff4d 100644 --- a/layer/graphical.nix +++ b/layer/graphical.nix @@ -13,6 +13,11 @@ in enable = isgraphical; greeters.gtk.cursorTheme.size = cursorsize; }; + displayManager.sessionCommands = '' + ${pkgs.xorg.xrdb}/bin/xrdb -merge <