summaryrefslogtreecommitdiff
path: root/home/graphics.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/graphics.nix')
-rw-r--r--home/graphics.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/home/graphics.nix b/home/graphics.nix
index cf60475..f964a7b 100644
--- a/home/graphics.nix
+++ b/home/graphics.nix
@@ -25,9 +25,6 @@ with lib; {
};
};
- qt = {
- enable = true;
- platformTheme.name = "gtk";
- };
+ qt.enable = true;
};
}