Fix odin config

This commit is contained in:
Filippo Berto 2022-12-03 15:46:43 +01:00
parent ebd07ef3e2
commit 89b0ee82e6
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 7 additions and 17 deletions

View file

@ -13,6 +13,12 @@
# };
};
services.displayManager.sddm = {
enable = true;
autoNumlock = true;
theme = "${pkgs.sddm-theme-clairvoyance}/usr/share/sddm/themes/clairvoyance";
};
hardware.nvidia.prime = {
offload.enable = false;
sync.enable = true;