feat: nvidia Hyprland
This commit is contained in:
parent
8e13adac78
commit
3a77d31b6d
6 changed files with 55 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue