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.