- Removed programs.xwayland.enable=true

--> ? Unknown if needed and how to enable, may assist with v4l2loopback and x111 compatibilty with wayland compositor
This commit is contained in:
jeirmeister 2024-10-30 02:13:01 -07:00
parent c1f4c04ab2
commit d615414f29

View File

@ -168,7 +168,6 @@ in
}; };
desktopManager.plasma6.enable = true; desktopManager.plasma6.enable = true;
displayManager.sddm.enable = true; displayManager.sddm.enable = true;
programs.Xwayland.enable = true;
# Audio # Audio
pipewire = { pipewire = {
@ -218,7 +217,9 @@ in
}; };
# System Programs and Packages # System Programs and Packages
programs.firefox.enable = true; programs = {
firefox.enable = true;
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# Debugging tools # Debugging tools
@ -239,6 +240,7 @@ in
wget wget
curl curl
binutils binutils
]; ];
# Locale and Time # Locale and Time