diff --git a/configuration.nix b/configuration.nix index 576c5f9..e66e913 100644 --- a/configuration.nix +++ b/configuration.nix @@ -83,17 +83,6 @@ # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true; - # Define a user account. Don't forget to set a password with ‘passwd’. - users.users."localadm" = { - isNormalUser = true; - description = "localadm"; - extraGroups = [ "networkmanager" "wheel" ]; - packages = with pkgs; [ - kdePackages.kate - # thunderbird - ]; - }; - # Allow unfree packages nixpkgs.config.allowUnfree = true;