Add hyprpaper
This commit is contained in:
8
home/hyprland/xdg.nix
Normal file
8
home/hyprland/xdg.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, ... }: {
|
||||
xdg.configFile = {
|
||||
"hypr/hyprpaper.conf" = {
|
||||
source = config.lib.file.mkOutOfStoreSymlink ./. + "/hyprpaper.conf";
|
||||
target = "hypr/hyprpaper.conf";
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user