feat: nvidia Hyprland

This commit is contained in:
DACHXY 2025-01-05 01:06:00 +08:00
parent 8e13adac78
commit 3a77d31b6d
6 changed files with 55 additions and 9 deletions

View file

@ -12,6 +12,19 @@
];
};
fileSystems."/mnt/windows" = {
device = "/dev/disk/by-uuid/460237D00237C429";
fsType = "ntfs-3g";
options = [
"nofail"
"uid=1000"
"gid=1000"
"dmask=077"
"fmask=077"
];
};
boot.supportedFilesystems = [ "ntfs" ];
boot.loader.systemd-boot.enable = true;
# Enable F keys in some wireless keyboard (Ex. neo65)

View file

@ -11,7 +11,7 @@
let
hyprcursor-size = "32";
xcursor-size = "24";
nvidia-mode = "rsync";
nvidia-mode = "offload";
# Get bus id with `lshw`
intel-bus-id = "PCI:0:2:0";
nvidia-bus-id = "PCI:1:0:0";