From c2f11d28ac6ff7e87f80707da981d46afe02c23c Mon Sep 17 00:00:00 2001 From: sadanslargehole Date: Sun, 26 May 2024 10:38:11 -0400 Subject: [PATCH] 147 current 2024-05-26 10:37:53 24.05.20240419.5c24cf2 6.8.6-zen1 * --- common/files.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/files.nix b/common/files.nix index 2ebaa87..ee65abd 100644 --- a/common/files.nix +++ b/common/files.nix @@ -28,6 +28,11 @@ source = ../dotfiles/.p10k.zsh; target = ".p10k.zsh"; }; + rofi = { + recursive = true; + source = ../dotfiles/rofi; + target = "./.config/rofi"; + }; # # Building this configuration will create a copy of 'dotfiles/screenrc' in # # the Nix store. Activating the configuration will then make '~/.screenrc' a # # symlink to the Nix store copy.