diff --git a/common-configuration.nix b/common-configuration.nix index 0b4e524..2d5c00e 100644 --- a/common-configuration.nix +++ b/common-configuration.nix @@ -37,22 +37,6 @@ LC_TIME = "en_US.UTF-8"; }; - # Enable the X11 windowing system. - services.xserver.enable = true; - - # Enable the KDE Plasma Desktop Environment. - services.xserver.displayManager.sddm.enable = true; - services.xserver.desktopManager.plasma5.enable = true; - - # Configure keymap in X11 - services.xserver = { - layout = "us"; - xkbVariant = "dvorak"; - }; - - # Configure console keymap - console.keyMap = "dvorak"; - # Enable CUPS to print documents. services.printing.enable = true; @@ -76,18 +60,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.benson = { - isNormalUser = true; - description = "Benson Chu"; - extraGroups = [ "networkmanager" "wheel" ]; - packages = with pkgs; [ - firefox - kate - # thunderbird - ]; - }; - fonts = { packages = with pkgs; [ roboto-mono