summary refs log tree commit diff
path: root/host/Rory-desktop
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-04-21 02:32:06 +0200
committerRory& <root@rory.gay>2024-07-04 14:45:02 +0200
commit6c428f5c0febd70f04593b2ef8bf25509e8a45c2 (patch)
tree55333b3ca95de5a9fd868ca841ec3c81fed09776 /host/Rory-desktop
parentServer changes (diff)
downloadRory-Open-Architecture-6c428f5c0febd70f04593b2ef8bf25509e8a45c2.tar.xz
Add vanilla conduit container
Diffstat (limited to 'host/Rory-desktop')
-rw-r--r--host/Rory-desktop/configuration.nix6
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;