aboutsummaryrefslogtreecommitdiff
path: root/gui/qtile.nix
diff options
context:
space:
mode:
Diffstat (limited to 'gui/qtile.nix')
-rw-r--r--gui/qtile.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/gui/qtile.nix b/gui/qtile.nix
index edbfe80..3d40bc7 100644
--- a/gui/qtile.nix
+++ b/gui/qtile.nix
@@ -1,9 +1,6 @@
{ config, pkgs, pkgs-unstable, ... }:
-let
- hidpi = config.custom.hidpi;
-
-in {
+{
imports = [
./gtk.nix
./rofi.nix
@@ -24,7 +21,7 @@ in {
x11.enable = true;
package = pkgs.vanilla-dmz;
name = "Vanilla-DMZ-AA";
- size = if hidpi then 48 else 16;
+ size = 16;
};
home.packages = [