diff options
author | Rory& <root@rory.gay> | 2024-09-07 04:39:53 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-09-09 21:39:55 +0200 |
commit | 7a86ca69369e527168b0c402724d1d4b839d25e9 (patch) | |
tree | 7327ee40048dbf24ec0eaa80be5533222320178e /host/Rory-portable/configuration.nix | |
parent | Update flake.lock to fix merge conflict (diff) | |
download | Rory-Open-Architecture-7a86ca69369e527168b0c402724d1d4b839d25e9.tar.xz |
Synapse worker changes
Diffstat (limited to 'host/Rory-portable/configuration.nix')
-rw-r--r-- | host/Rory-portable/configuration.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/host/Rory-portable/configuration.nix b/host/Rory-portable/configuration.nix index e278e17..0c4fd6d 100644 --- a/host/Rory-portable/configuration.nix +++ b/host/Rory-portable/configuration.nix @@ -108,8 +108,6 @@ }; }; - sound.enable = true; - environment.systemPackages = with pkgs; [ libreoffice qt6.qtwayland @@ -195,7 +193,7 @@ }; }; xdgOpenUsePortal = true; - gtkUsePortal = true; + #gtkUsePortal = true; }; #sounds.enable = true; |