From b710b6058767cf1d7c780f7e93aea6f52ad021c5 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 1 Oct 2019 22:09:51 +0200 Subject: Create shim home-manager modules --- modules/rofi.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 modules/rofi.nix (limited to 'modules/rofi.nix') diff --git a/modules/rofi.nix b/modules/rofi.nix new file mode 100644 index 0000000..e0cec29 --- /dev/null +++ b/modules/rofi.nix @@ -0,0 +1,12 @@ +{ config, pkgs, ... }: + +{ + xdg.configFile.rofi = { + recursive = true; + source = ../rofi/.config/rofi; + }; + xdg.configFile.rofi-pass = { + recursive = true; + source = ../rofi/.config/rofi-pass; + }; +} -- cgit 1.4.1