From d1443586e94b89ee21b4609f6aa4d4077e5a4cbf Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 22 Mar 2019 16:32:24 -0700 Subject: Trying to get rofi to work, still doesn't work with xmonad I can launch rofi from the terminal but the xmonad keys don't work, and I have no idea why. --- linux.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'linux.nix') diff --git a/linux.nix b/linux.nix index cee253f..7301016 100644 --- a/linux.nix +++ b/linux.nix @@ -120,8 +120,13 @@ in }; programs = { + firefox = { enable = true; }; + + rofi = { + enable = true; + }; }; } -- cgit v1.2.3