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/rofi.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'gui/rofi.nix') diff --git a/gui/rofi.nix b/gui/rofi.nix index 9d4b3cc..422aa04 100644 --- a/gui/rofi.nix +++ b/gui/rofi.nix @@ -1,11 +1,6 @@ { config, pkgs, ... }: -let - hidpiExtraConfig = if config.custom.hidpi then { - dpi = 160; - } else { }; - -in { +{ programs.rofi = { enable = true; location = "top"; @@ -34,6 +29,6 @@ in { combi-modi = "windowcd,drun,ssh"; terminal = "kitty"; ssh-command = "{terminal} {ssh-client} {host}"; - } // hidpiExtraConfig; + }; }; } -- cgit v1.2.3