feat: update wallpapers

feat: update screenshots for hyprland
This commit is contained in:
Ryan Yin
2023-07-29 17:28:18 +08:00
parent 2f96ab5464
commit 5d8615cdb0
16 changed files with 19 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
{pkgs, ...}: {
{ pkgs, wallpaper, ...}: {
# i3 window manager's config, based on https://github.com/endeavouros-team/endeavouros-i3wm-setup
imports = [
@@ -7,7 +7,7 @@
home.file = {
# wallpaper, binary file
".config/i3/wallpaper.png".source = ../wallpapers/wallpaper.png;
".config/i3/wallpaper".source = wallpaper;
".config/i3/config".source = ./config;
".config/i3/i3blocks.conf".source = ./i3blocks.conf;
".config/i3/scripts" = {