diff options
Diffstat (limited to 'hosts/shinji/default.nix')
| -rw-r--r-- | hosts/shinji/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix index 828fd02..865524a 100644 --- a/hosts/shinji/default.nix +++ b/hosts/shinji/default.nix @@ -64,7 +64,6 @@ apps = { caelestia.enable = true; hyprlock.enable = true; - rofi.enable = true; kanshi.enable = true; kitty.enable = true; obs.enable = true; @@ -102,6 +101,7 @@ tpm.enable = true; nvidia = { enable = true; + cuda.enable = true; primeBusIds = { amdgpuBusId = "PCI:115:0:0"; nvidiaBusId = "PCI:1:0:0"; |