diff options
-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 |