testing #1

Merged
batvin321 merged 2 commits from testing into main 2024-06-11 19:27:40 -04:00
Showing only changes of commit b83a011259 - Show all commits

View File

@ -49,7 +49,7 @@ in
#boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; #boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
boot.kernelPackages = pkgs.linuxPackages_xanmod_stable; 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.hostName = "vincents-hp"; # Define your hostname.
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
@ -69,7 +69,7 @@ in
services.xserver.enable = true; services.xserver.enable = true;
# displaylink # displaylink
services.xserver.videoDrivers = [ "displaylink" "modesetting" ]; #services.xserver.videoDrivers = [ "displaylink" "modesetting" ];
# waydroid # waydroid
#virtualisation.waydroid.enable = true; #virtualisation.waydroid.enable = true;
@ -82,7 +82,7 @@ in
# Configure keymap in X11 # Configure keymap in X11
services.xserver = { services.xserver = {
xkb.layout = "us"; xkb.layout = "us";
xkb.variant = "colemak"; #xkb.variant = "colemak";
#xkb.model = "chromebook"; #xkb.model = "chromebook";
}; };
services.xserver.xkb.options = "grp:win_space_toggle"; services.xserver.xkb.options = "grp:win_space_toggle";
@ -123,7 +123,7 @@ in
isNormalUser = true; isNormalUser = true;
shell = pkgs.fish; shell = pkgs.fish;
initialPassword = "replaceMe"; initialPassword = "replaceMe";
extraGroups = [ "wheel" "networkmanager" "lp" "audio" "video" "cdrom" "input" ]; extraGroups = [ "wheel" "networkmanager" "lp" "audio" "video" "cdrom" "input" "dialout" ];
packages = with pkgs; [ packages = with pkgs; [
# admin tools # admin tools
clamtk clamtk