[WIP]
This commit is contained in:
11
home-manager/features/rofi/rofi.nix
Normal file
11
home-manager/features/rofi/rofi.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
rofi
|
||||
];
|
||||
|
||||
home.file.".config/rofi" = {
|
||||
source = ./config;
|
||||
recursive = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user