12 lines
114 B
Nix
12 lines
114 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
environment = {
|
|
etc = {
|
|
"xdg/rofi".source = ./config/etc/xdg/rofi;
|
|
};
|
|
};
|
|
}
|