mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Remove warnings
This commit is contained in:
parent
96837b7675
commit
31ef3bf5c9
3 changed files with 3 additions and 38 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue