Compare commits

..

6 commits

Author SHA1 Message Date
ant
394a641341 restore lfcd fish function that was removed by mistake
Some checks failed
/ build-all (push) Has been cancelled
2025-10-30 21:09:45 +01:00
ant
cab460dcb1 home: fix zathura was not the default pdf viewer 2025-10-30 21:09:45 +01:00
ant
f63f401ffd home: add tor-browser to more-software 2025-10-30 21:09:45 +01:00
ant
22d8738876 add .gitignore 2025-10-30 21:09:45 +01:00
ant
49a6082e47 revert st color changes 2025-10-30 21:09:45 +01:00
Antoine Vaure
f6b132a920 workflow: build before pushing the new branch
Some checks failed
/ build-all (push) Has been cancelled
2025-10-30 15:00:01 +01:00

View file

@ -9,4 +9,5 @@ jobs:
- run: git checkout -b update-nix-inputs
- run: nix flake update
- run: git commit -a -m "Update flake inputs $(date +'%d/%m/%Y')" --author="Update flake worklow <dummy@domain.xyz>"
- run: nix build .#build-all
- run: git push --force --set-upstream origin update-nix-inputs