feat(hyprpaper): get wallpaper with fetchurl and set config declaratively
This commit is contained in:
parent
f7c34c10db
commit
7a3fb64fcc
4 changed files with 23 additions and 6 deletions
hosts/wim/home
|
@ -45,8 +45,12 @@ in
|
|||
};
|
||||
|
||||
xdg.configFile = {
|
||||
"hypr/main.conf".source = symlink "${configDir}/hypr/main.conf";
|
||||
"hypr/hyprpaper.conf".source = symlink "${configDir}/hypr/hyprpaper.conf";
|
||||
"hypr/main.conf".source = symlink "${configDir}/hypr/main.conf";
|
||||
|
||||
"hypr/hyprpaper.conf".text = ''
|
||||
preload = ${pkgs.dracula-theme}/wallpapers/waves.png
|
||||
wallpaper = eDP-1, ${pkgs.dracula-theme}/wallpapers/waves.png
|
||||
'';
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue