about summary refs log tree commit diff stats
path: root/hm/soispha/conf/rofi/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soispha/conf/rofi/default.nix')
-rw-r--r--hm/soispha/conf/rofi/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/hm/soispha/conf/rofi/default.nix b/hm/soispha/conf/rofi/default.nix
new file mode 100644
index 00000000..2e0073af
--- /dev/null
+++ b/hm/soispha/conf/rofi/default.nix
@@ -0,0 +1,8 @@
+{pkgs, ...}: {
+  programs.rofi = {
+    enable = true;
+    package = pkgs.rofi-wayland;
+    terminal = "${pkgs.alacritty}/bin/alacritty";
+    theme = ./rounded-gray-dark.rasi;
+  };
+}