5 lines
112 B
Nix
5 lines
112 B
Nix
{ config, ... }: {
|
|
xdg.configFile."hypr/hyprpaper.conf" = {
|
|
text = config.conf.hyprland.hyprpaper;
|
|
};
|
|
}
|