diff options
author | Frankie B <git@diskfloppy.me> | 2023-09-10 13:29:50 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-09-10 13:30:19 +0100 |
commit | bfadf34dd4e4b24917fe78ffdf748cebd2905a83 (patch) | |
tree | 71bfffa087ed265a5e1dfcc18adbf9ba4a65abb1 | |
parent | cdb3431ed0e5afb50fc39bd2924d93c130c1b579 (diff) |
Add wallpapers to config
-rw-r--r-- | homes/floppydisk/default.nix | 4 | ||||
-rw-r--r-- | misc/wallpapers/oneshot-1.jpg | bin | 0 -> 234689 bytes | |||
-rw-r--r-- | misc/wallpapers/oneshot-2.jpg | bin | 0 -> 425361 bytes | |||
-rw-r--r-- | misc/wallpapers/oneshot.png | bin | 0 -> 245023 bytes |
4 files changed, 4 insertions, 0 deletions
diff --git a/homes/floppydisk/default.nix b/homes/floppydisk/default.nix index 397eae6..c16ded5 100644 --- a/homes/floppydisk/default.nix +++ b/homes/floppydisk/default.nix @@ -21,6 +21,10 @@ home = { username = "floppydisk"; homeDirectory = "/home/floppydisk"; + file.".config/hypr/hyprpaper.conf".text = '' + preload = ${/. + ../../misc/wallpapers/oneshot-1.jpg} + wallpaper = ,${/. + ../../misc/wallpapers/oneshot-1.jpg} + ''; packages = with pkgs; [ # Utils handbrake diff --git a/misc/wallpapers/oneshot-1.jpg b/misc/wallpapers/oneshot-1.jpg Binary files differnew file mode 100644 index 0000000..502dd96 --- /dev/null +++ b/misc/wallpapers/oneshot-1.jpg diff --git a/misc/wallpapers/oneshot-2.jpg b/misc/wallpapers/oneshot-2.jpg Binary files differnew file mode 100644 index 0000000..51e321b --- /dev/null +++ b/misc/wallpapers/oneshot-2.jpg diff --git a/misc/wallpapers/oneshot.png b/misc/wallpapers/oneshot.png Binary files differnew file mode 100644 index 0000000..2d1c129 --- /dev/null +++ b/misc/wallpapers/oneshot.png |