summaryrefslogtreecommitdiff
path: root/config/rofi/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/rofi/default.nix')
-rw-r--r--config/rofi/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/rofi/default.nix b/config/rofi/default.nix
new file mode 100644
index 0000000..e515249
--- /dev/null
+++ b/config/rofi/default.nix
@@ -0,0 +1,6 @@
+{ pkgs, config, ... }:
+
+{
+ home.packages = [ pkgs.rofi ];
+ home.file.".config/rofi/config.rasi".source = ./config.rasi;
+}