From 4675bc13bc224dda36c7f2d3c9cf80877f1e752f Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Sat, 16 Mar 2024 10:59:02 -0500 Subject: [PATCH] test refactor --- hosts/NixDawn/configuration.nix | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/hosts/NixDawn/configuration.nix b/hosts/NixDawn/configuration.nix index 7ff1cb9..e3c3184 100644 --- a/hosts/NixDawn/configuration.nix +++ b/hosts/NixDawn/configuration.nix @@ -6,6 +6,7 @@ { imports = [ ../../common/configuration.nix + ../../common/user-facing.nix ../../common/lxd-setup.nix ../../common/moms-house ../../common/exwm.nix @@ -85,27 +86,9 @@ xserver = { # Enable the X11 windowing system. - enable = true; - exportConfiguration = true; videoDrivers = [ "amdgpu" ]; - # Configure keymap in X11 - layout = "us"; - xkbVariant = ""; - - libinput = { - enable = true; - touchpad = { - naturalScrolling = true; - }; - }; - - displayManager = { - defaultSession = "none+exwm"; - sddm.enable = true; - }; - # Enable the KDE Plasma Desktop Environment. - desktopManager.plasma5.enable = true; + exportConfiguration = true; xrandrHeads = [ { output = "HDMI-1"; primary = false; monitorConfig = "Option \"PreferredMode\" \"2560x2880\""; }