nixos-config/modules/home-manager/awesome/rofi/default.nix
2024-07-13 02:52:19 +09:00

12 lines
139 B
Nix

{ ... }:
{
programs.rofi = {
enable = true;
};
home.file.".config/rofi" = {
recursive = true;
source = ./config;
};
}