mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-19 23:41:21 +02:00
fix: enable nvidia on idol-ai
This commit is contained in:
@@ -19,6 +19,7 @@ in {
|
||||
++ desktop_base_modules.nixos-modules;
|
||||
home-module.imports =
|
||||
[
|
||||
../hosts/idols/ai/home.nix
|
||||
{modules.desktop.i3.enable = true;}
|
||||
]
|
||||
++ desktop_base_modules.home-module.imports;
|
||||
@@ -33,6 +34,7 @@ in {
|
||||
++ desktop_base_modules.nixos-modules;
|
||||
home-module.imports =
|
||||
[
|
||||
../hosts/idols/ai/home.nix
|
||||
{modules.desktop.hyprland.enable = true;}
|
||||
]
|
||||
++ desktop_base_modules.home-module.imports;
|
||||
|
||||
Reference in New Issue
Block a user