Add hyprpaper

This commit is contained in:
2024-02-29 09:27:26 +01:00
parent 2ca92fb2a2
commit e7d4580c6e
5 changed files with 19 additions and 4 deletions

8
home/hyprland/xdg.nix Normal file
View File

@@ -0,0 +1,8 @@
{ config, ... }: {
xdg.configFile = {
"hypr/hyprpaper.conf" = {
source = config.lib.file.mkOutOfStoreSymlink ./. + "/hyprpaper.conf";
target = "hypr/hyprpaper.conf";
};
};
}