Compare commits

..

3 commits

Author SHA1 Message Date
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
Antoine Vaure
8d39b24cfe home: fix contour in screenshots 2025-10-30 15:00:01 +01:00
ant
b05b43632e add store-auto-optimise to hs 2025-10-30 15:00:01 +01:00

View file

@ -158,5 +158,5 @@ in {
} }
]; ];
nix.settings.store-auto-optimise = true; nix.settings.auto-optimise-store = true;
} }