Add wallpapers to config
This commit is contained in:
parent
cdb3431ed0
commit
bfadf34dd4
4 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@
|
||||||
home = {
|
home = {
|
||||||
username = "floppydisk";
|
username = "floppydisk";
|
||||||
homeDirectory = "/home/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; [
|
packages = with pkgs; [
|
||||||
# Utils
|
# Utils
|
||||||
handbrake
|
handbrake
|
||||||
|
|
BIN
misc/wallpapers/oneshot-1.jpg
Normal file
BIN
misc/wallpapers/oneshot-1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 229 KiB |
BIN
misc/wallpapers/oneshot-2.jpg
Normal file
BIN
misc/wallpapers/oneshot-2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 415 KiB |
BIN
misc/wallpapers/oneshot.png
Normal file
BIN
misc/wallpapers/oneshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 239 KiB |
Loading…
Reference in a new issue