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
3 changed files with 4 additions and 0 deletions

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

View file

@ -318,6 +318,7 @@
# windowrule=move 0 0, title:KDE Connect Daemon
layerrule = blur, waybar
layerrule = noanim, selection # screenshot
layerrule = blur, quickshell:bar
exec = pkill swaybg; ${swaybgScript}

View file

@ -157,4 +157,6 @@ in {
supportedFeatures = [ "nixos-test" "big-parallel" "kvm" "gccarch-x86-64-v3" ];
}
];
nix.settings.auto-optimise-store = true;
}