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