summaryrefslogtreecommitdiff
path: root/home/config/rofi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/config/rofi.nix')
-rw-r--r--home/config/rofi.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/home/config/rofi.nix b/home/config/rofi.nix
deleted file mode 100644
index 32f852c..0000000
--- a/home/config/rofi.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ pkgs, ... }:
-
-{
- programs.rofi = {
- enable = true;
-
- cycle = true;
- theme = ./dotfiles/rofi.rasi;
- };
-}