this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: temporary method to download wallpaper

+8 -1
+8 -1
Makefile
··· 14 14 && git pull origin master \ 15 15 && git remote set-url origin git@github.com:khuedoan/dotfiles 16 16 17 + # TODO clean this up 18 + ~/Pictures/Wallpapers/LostInMindNord.jpg: 19 + curl \ 20 + https://user-images.githubusercontent.com/27996771/129466074-64c92948-96b0-4673-be33-75ee26b82a6c.jpg \ 21 + --output ${@} \ 22 + --create-dirs 23 + 17 24 .PHONY: build 18 - build: ~/.git 25 + build: ~/.git ~/Pictures/Wallpapers/LostInMindNord.jpg 19 26 # TODO find a way to generate hardware configuration and avoid impure 20 27 sudo nixos-rebuild \ 21 28 --impure \