From 28667b7c6f3e187a3b550d9d62ac1e503c054a92 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 16 Oct 2022 20:59:27 +0200 Subject: Add idefix config, optional xmonad, deprecate hidpi option --- gui/xmonad.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'gui/xmonad.nix') diff --git a/gui/xmonad.nix b/gui/xmonad.nix index 126948c..d0bd1f9 100644 --- a/gui/xmonad.nix +++ b/gui/xmonad.nix @@ -1,12 +1,8 @@ { config, pkgs, ... }: -let - hidpi = config.custom.hidpi; - -in { +{ imports = [ ./gtk.nix - ./rofi.nix ./twmn.nix ]; @@ -28,7 +24,7 @@ in { x11.enable = true; package = pkgs.vanilla-dmz; name = "Vanilla-DMZ-AA"; - size = if hidpi then 48 else 16; + size = 16; }; home.packages = with pkgs; [ -- cgit v1.2.3