Save before consolidation

This commit is contained in:
2025-06-25 04:14:23 -07:00
parent 08bfd4be4b
commit 4155ac86ee
4 changed files with 222 additions and 26 deletions

View File

@@ -20,21 +20,23 @@
WLR_NO_HARDWARE_CURSORS = "1";
# Hint electron apps to use wayland
NIXOS_OZONE_WL = "1";
# Fix waiting on vsync
__GL_SYNC_TO_VBLANK = "0";
};
services.xserver = {
enable = true;
videoDrivers = [ "nvidia" ];
displayManager.gdm = {
};
services.displayManager.gdm = {
enable = true;
wayland = true;
};
};
services.displayManager.autoLogin = {
enable = true;
user = "caperren";
};
# services.displayManager.autoLogin = {
# enable = true;
# user = "caperren";
# };
hardware.graphics = {
enable = true;
@@ -45,7 +47,8 @@
# Enable modesetting for Wayland compositors (hyprland)
modesetting.enable = true;
# Use the open source version of the kernel module (for driver 515.43.04+)
# open = true;
# Actually, just overridden to false for now
open = false;
# Enable the Nvidia settings menu
nvidiaSettings = true;
# Select the appropriate driver version for your specific GPU