add rofi config
This commit is contained in:
9
home-manager/rofi.nix
Normal file
9
home-manager/rofi.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ config, pkgs, inputs, ...}:
|
||||
{
|
||||
home.file.".config/rofi" = {
|
||||
enable = true;
|
||||
recursive = true;
|
||||
source = ../.config/rofi;
|
||||
target = ".config/rofi";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user