summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/default.nix1
-rw-r--r--system/desktop.nix7
2 files changed, 1 insertions, 7 deletions
diff --git a/system/default.nix b/system/default.nix
index 17b3f99..9be2937 100644
--- a/system/default.nix
+++ b/system/default.nix
@@ -32,6 +32,7 @@
auto-optimise-store = true;
experimental-features = ["nix-command" "flakes"];
use-xdg-base-directories = true;
+ trusted-users = ["root" "@wheel"];
};
};
diff --git a/system/desktop.nix b/system/desktop.nix
index 9017ce7..8a37148 100644
--- a/system/desktop.nix
+++ b/system/desktop.nix
@@ -31,13 +31,6 @@ in {
# gtk portal?
programs.dconf.enable = true;
- # qt
- qt = {
- enable = true;
- platformTheme = "gtk2";
- style = "gtk2";
- };
-
# audio / video
services.pipewire = {
enable = true;