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