summaryrefslogtreecommitdiff
path: root/linux.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-03-22 16:32:24 -0700
committerBen Sima <ben@bsima.me>2019-03-22 16:32:24 -0700
commitd1443586e94b89ee21b4609f6aa4d4077e5a4cbf (patch)
treef341f1eee4b75bc2da5ea0f7484f1826557ff6b6 /linux.nix
parent02916834d1d6a829ef1f72567f487465e841b0af (diff)
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.
Diffstat (limited to 'linux.nix')
-rw-r--r--linux.nix5
1 files changed, 5 insertions, 0 deletions
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;
+ };
};
}