summaryrefslogtreecommitdiffstats
path: root/rofi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'rofi.nix')
-rw-r--r--rofi.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/rofi.nix b/rofi.nix
deleted file mode 100644
index f352087..0000000
--- a/rofi.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{ config, pkgs, ... }:
-{
- programs.rofi = {
- enable = true;
- modes = [
- "drun"
- "run"
- "window"
- ];
- };
-}