about summary refs log tree commit diff stats
path: root/modules/home/conf/rofi/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/conf/rofi/default.nix')
-rw-r--r--modules/home/conf/rofi/default.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/home/conf/rofi/default.nix b/modules/home/conf/rofi/default.nix
deleted file mode 100644
index 10363ab5..00000000
--- a/modules/home/conf/rofi/default.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{pkgs, ...}: {
-  programs.rofi = {
-    enable = true;
-    package = pkgs.rofi-wayland;
-    terminal = "${pkgs.alacritty}/bin/alacritty";
-    # show-icons = true;
-    # location = "center";
-    theme = ./nord-twoLines.rasi;
-  };
-}