summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-02-02 11:08:48 +0100
committerRory& <root@rory.gay>2024-02-02 11:09:16 +0100
commitaed44a2e2120dab226b6db1a36fe8308173dfc95 (patch)
tree08c3bf514933f0a5e85374bb1ec4174e64c1becc /host
parentChanges (diff)
downloadRory-Open-Architecture-aed44a2e2120dab226b6db1a36fe8308173dfc95.tar.xz
Update from desktop changes
Diffstat (limited to 'host')
-rw-r--r--host/Rory-desktop/configuration.nix12
1 files changed, 10 insertions, 2 deletions
diff --git a/host/Rory-desktop/configuration.nix b/host/Rory-desktop/configuration.nix
index c0cd5f1..7f885e8 100644
--- a/host/Rory-desktop/configuration.nix
+++ b/host/Rory-desktop/configuration.nix
@@ -208,9 +208,16 @@
       extraPortals = with pkgs; [
         #xdg-desktop-portal-gtk
         xdg-desktop-portal-xapp
-        #(callPackage ../../modules/packages/xdg-desktop-portal-gtk.nix { })
+        (callPackage ../../modules/packages/xdg-desktop-portal-gtk.nix { })
       ];
+      config = {
+        common = {
+          default = [ "gtk" ];
+        };
+      };
       xdgOpenUsePortal = true;
+      gtkUsePortal = true;
+
     };
     #sounds.enable = true;
     #mime.enable = true;
@@ -269,8 +276,9 @@
       modesetting.enable = true;
       powerManagement.enable = false;
       powerManagement.finegrained = false;
-      open = true;
+      open = false;
       nvidiaSettings = true;
+      nvidiaPersistenced = true;
       package = config.boot.kernelPackages.nvidiaPackages.stable;
     };