fix: enable nvidia on idol-ai

This commit is contained in:
Ryan Yin
2023-12-24 23:20:36 +08:00
parent 0a2aae246a
commit 5e83259bcb
3 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
modules.desktop.hyprland = {
nvidia = false;
nvidia = true;
settings = {
# Configure your Display resolution, offset, scale and Monitors here, use `hyprctl monitors` to get the info.
# highres: get the best possible resolution
@@ -12,7 +12,7 @@
};
modules.desktop.i3 = {
nvidia = false;
nvidia = true;
};
programs.ssh = {