12 lines
139 B
Nix
12 lines
139 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.rofi = {
|
|
enable = true;
|
|
};
|
|
|
|
home.file.".config/rofi" = {
|
|
recursive = true;
|
|
source = ./config;
|
|
};
|
|
} |