A lot of little fix on errors

This commit is contained in:
2026-01-25 11:15:18 +01:00
parent 69dc28534e
commit 38852f47a9
6 changed files with 14 additions and 16 deletions
-1
View File
@@ -2,6 +2,5 @@
imports = [
./services/shell.nix
./services/gnome.nix
./submodules/zed.nix
];
}
+2 -2
View File
@@ -14,8 +14,8 @@ in
"nvidia"
];
hardware.powerManagement.finegrained = true;
hardware.prime = {
hardware.nvidia.powerManagement.finegrained = true;
hardware.nvidia.prime = {
offload.enable = true;
intelBusId = "PCI:0@0:2:0";
nvidiaBusId = "PCI:1@0:0:0";