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";
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -20,6 +20,7 @@
|
|||||||
../../home-manager/direnv.nix
|
../../home-manager/direnv.nix
|
||||||
../../home-manager/lf.nix
|
../../home-manager/lf.nix
|
||||||
../../home-manager/kitty.nix
|
../../home-manager/kitty.nix
|
||||||
|
../../home-manager/rofi.nix
|
||||||
inputs.nix-colors.homeManagerModule
|
inputs.nix-colors.homeManagerModule
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user