6 lines
100 B
Nix
6 lines
100 B
Nix
{ config, pkgs, ... }: {
|
|
xdg.configFile."rofi/config.rasi" = {
|
|
source = ./config.rasi;
|
|
};
|
|
}
|