Lots of fixy business
This commit is contained in:
@@ -67,7 +67,7 @@ in {
|
||||
gid = 100;
|
||||
};
|
||||
|
||||
xdg.portal.wlr.enable = true;
|
||||
xdg.portal.wlr.enable = lib.mkDefault true;
|
||||
xdg.portal.config.common.default = "*";
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
|
||||
@@ -54,11 +54,6 @@
|
||||
hyprland.enable = true;
|
||||
sway.enable = true;
|
||||
|
||||
river = {
|
||||
enable = true;
|
||||
package = null;
|
||||
};
|
||||
|
||||
steam = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
@@ -20,12 +20,6 @@
|
||||
|
||||
services.xserver = {
|
||||
dpi = 144;
|
||||
videoDrivers = ["nvidia"];
|
||||
screenSection = ''
|
||||
Option "metamodes" "nvidia-auto-select +0+0 {ForceCompositionPipeline=On}"
|
||||
Option "AllowIndirectGLXProtocol" "off"
|
||||
Option "TripleBuffer" "on"
|
||||
'';
|
||||
};
|
||||
|
||||
boot.loader.systemd-boot.enable = false;
|
||||
@@ -36,8 +30,6 @@
|
||||
efiSupport = true;
|
||||
};
|
||||
|
||||
boot.kernelParams = ["initcall_blacklist=simpledrm_platform_driver_init"];
|
||||
|
||||
time.hardwareClockInLocalTime = true;
|
||||
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
@@ -50,9 +42,6 @@
|
||||
enable = true;
|
||||
};
|
||||
|
||||
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
hardware.nvidia.modesetting.enable = true;
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
hardware.opengl.driSupport = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user