mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
fix: enable nvidia on idol-ai
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user