Remove warnings

This commit is contained in:
muon 2024-12-29 07:08:37 +00:00
parent 96837b7675
commit 31ef3bf5c9
3 changed files with 3 additions and 38 deletions

View file

@ -38,7 +38,6 @@ in {
mods.unfree.steam.enable = true;
mods.unfree.nvidia.enable = true;
mods.unfree.minecraft.enable = false;
services.flatpak.enable = true;
# Hardware preferences
@ -65,9 +64,9 @@ in {
};
hardware = {
opengl = {
graphics = {
enable = true;
driSupport32Bit = true;
enable32Bit = true;
extraPackages = with pkgs; [ vaapiVdpau libvdpau-va-gl ];
};
@ -92,12 +91,6 @@ in {
pulseaudio.support32Bit = true;
};
xdg.portal = {
enable = true;
wlr.enable = false;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
};
## Mouse
services.libinput.mouse.accelProfile = "flat";