From b83a011259109bc79c8447e4ec8efdc7fa077799 Mon Sep 17 00:00:00 2001 From: batvin321 Date: Tue, 11 Jun 2024 19:14:15 -0400 Subject: [PATCH] Update configuration.nix commented colemak layout, added a fix to displaylink, and enabled v4l2loopback --- configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 76dd2c3..53b2c07 100644 --- a/configuration.nix +++ b/configuration.nix @@ -49,7 +49,7 @@ in #boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; boot.kernelPackages = pkgs.linuxPackages_xanmod_stable; - #boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ]; + boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback evdi ]; networking.hostName = "vincents-hp"; # Define your hostname. networking.networkmanager.enable = true; @@ -69,7 +69,7 @@ in services.xserver.enable = true; # displaylink - services.xserver.videoDrivers = [ "displaylink" "modesetting" ]; + #services.xserver.videoDrivers = [ "displaylink" "modesetting" ]; # waydroid #virtualisation.waydroid.enable = true; @@ -82,7 +82,7 @@ in # Configure keymap in X11 services.xserver = { xkb.layout = "us"; - xkb.variant = "colemak"; + #xkb.variant = "colemak"; #xkb.model = "chromebook"; }; services.xserver.xkb.options = "grp:win_space_toggle"; @@ -123,7 +123,7 @@ in isNormalUser = true; shell = pkgs.fish; initialPassword = "replaceMe"; - extraGroups = [ "wheel" "networkmanager" "lp" "audio" "video" "cdrom" "input" ]; + extraGroups = [ "wheel" "networkmanager" "lp" "audio" "video" "cdrom" "input" "dialout" ]; packages = with pkgs; [ # admin tools clamtk