Compare commits
1 Commits
b9d78079d2
...
cb79374140
| Author | SHA1 | Date | |
|---|---|---|---|
| cb79374140 |
15
default.nix
15
default.nix
@@ -35,10 +35,17 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.nvidia = {
|
hardware = {
|
||||||
open = true;
|
nvidia = {
|
||||||
modesetting.enable = true;
|
open = true;
|
||||||
nvidiaPersistenced = true;
|
modesetting.enable = true;
|
||||||
|
nvidiaPersistenced = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
bluetooth = {
|
||||||
|
enable = true;
|
||||||
|
powerOnBoot = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
sops = {
|
sops = {
|
||||||
|
|||||||
Reference in New Issue
Block a user