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)