set mouse move focuses monitor to false in hyprland (finaly found it) and try to use 1920x1080 at 60 hz to no avail

This commit is contained in:
2025-03-16 02:21:38 +01:00
parent 686b85e94c
commit ea9d7a21cb
3 changed files with 6 additions and 2 deletions

View File

@ -1,10 +1,12 @@
{ inputs, pkgs, ... }:
{ pkgs, ... }:
{
boot.kernelParams = [ "kvm.enable_virt_at_load=0" ];
boot.initrd.luks.devices.cryptroot.device = "/dev/disk/by-uuid/a4593b01-069d-4a5d-a550-74a762b89b3f";
services.xserver.videoDrivers = [ "amdgpu" ];
networking.hostName = "patate-douce";
networking.wireless.enable = true;
networking.networkmanager.enable = false;