diff options
Diffstat (limited to 'host/Rory-desktop')
-rw-r--r-- | host/Rory-desktop/configuration.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/host/Rory-desktop/configuration.nix b/host/Rory-desktop/configuration.nix index eac78df..da3d8e3 100644 --- a/host/Rory-desktop/configuration.nix +++ b/host/Rory-desktop/configuration.nix @@ -156,7 +156,7 @@ # - Utilities inkscape-with-extensions - gimp-with-plugins + gimp #-with-plugins # - Languages #dotnet-sdk_7 @@ -181,7 +181,7 @@ firefox-bin ungoogled-chromium #needed for Rider in order to debug WASM - yuzu-early-access + #yuzu-early-access wineWowPackages.unstableFull winetricks fragments @@ -281,7 +281,7 @@ modesetting.enable = true; powerManagement.enable = false; powerManagement.finegrained = false; - open = false; + open = true; nvidiaSettings = true; nvidiaPersistenced = true; package = config.boot.kernelPackages.nvidiaPackages.stable; |