diff --git a/home/global/common/gaming/default.nix b/home/global/common/gaming/default.nix index a61b2b7..c831565 100644 --- a/home/global/common/gaming/default.nix +++ b/home/global/common/gaming/default.nix @@ -18,3 +18,5 @@ # gamescope --adaptive-sync --backend sdl --expose-wayland --force-grab-cursor --framerate-limit 120 --immediate-flips --output-height 2160 --output-width 3840 --prefer-output DP-3 --rt -- gamemoderun %command% # AMD_VULKAN_ICD=RADV RADV_PERFTEST=aco PROTON_USE_D9VK=1 CAP_SYS_NICE=eip gamescope --expose-wayland --backend sdl --framerate-limit 120 --output-height 2160 --output-width 3840 --prefer-vk-device 7550:C0 --rt -F fsr -f --sharpness 4 -- gamemoderun %command% + +# CAP_SYS_NICE=eip gamescope --expose-wayland --backend sdl --framerate-limit 144 --output-height 1440 --output-width 2560 --rt -F fsr -f --sharpness 4 -- gamemoderun %command% diff --git a/home/hosts/haze/config/monitors.xml b/home/hosts/haze/config/monitors.xml index fa4090a..b581ebb 100644 --- a/home/hosts/haze/config/monitors.xml +++ b/home/hosts/haze/config/monitors.xml @@ -1,2 +1,25 @@ + + logical + + 0 + 0 + 1 + yes + + + DP-3 + GBT + M27Q + 21030B006741 + + + 2560 + 1440 + 143.856 + + bt2100 + + + diff --git a/hosts/nixos/haze/hardware.nix b/hosts/nixos/haze/hardware.nix index 51c1d80..decf944 100644 --- a/hosts/nixos/haze/hardware.nix +++ b/hosts/nixos/haze/hardware.nix @@ -50,29 +50,20 @@ ]; extraModulePackages = [ ]; }; + fileSystems."/" = + { device = "/dev/disk/by-uuid/5615474c-c665-407e-8f60-c221414ae343"; + fsType = "ext4"; + }; - # For less permission issues with SSHFS - programs.fuse.userAllowOther = true; + fileSystems."/boot" = + { device = "/dev/disk/by-uuid/C9F2-4C1F"; + fsType = "vfat"; + options = [ "fmask=0077" "dmask=0077" ]; + }; - # FIXME: Fix on first boot - # fileSystems = { - # "/" = { - # device = "/dev/disk/by-uuid/d38c182c-6f05-4bf3-8a45-5532c10fd342"; - # fsType = "ext4"; - # }; - - # "/boot" = { - # device = "/dev/disk/by-uuid/5B39-A7CB"; - # fsType = "vfat"; - # options = [ - # "fmask=0077" - # "dmask=0077" - # ]; - # }; - # }; - - # FIXME: Fix on first boot - # swapDevices = [ { device = "/dev/disk/by-uuid/6586847d-eba9-4317-9077-98ae9b2812c9"; } ]; + swapDevices = + [ { device = "/dev/disk/by-uuid/10529583-bde9-4aad-8001-f5954c4a1474"; } + ]; time.hardwareClockInLocalTime = true; # Fixes windows dual-boot time issues