From b05b43632e1373ddfd577e0eaf8bbcdd3c320884 Mon Sep 17 00:00:00 2001 From: ant Date: Fri, 17 Oct 2025 11:16:46 +0200 Subject: [PATCH 1/3] add store-auto-optimise to hs --- os/hs/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/os/hs/configuration.nix b/os/hs/configuration.nix index bdd1ca6..d3f73b4 100644 --- a/os/hs/configuration.nix +++ b/os/hs/configuration.nix @@ -157,4 +157,6 @@ in { supportedFeatures = [ "nixos-test" "big-parallel" "kvm" "gccarch-x86-64-v3" ]; } ]; + + nix.settings.auto-optimise-store = true; } From 8d39b24cfedd3d656c65e1bb3f33379909183af6 Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Thu, 23 Oct 2025 16:00:14 +0200 Subject: [PATCH 2/3] home: fix contour in screenshots --- home/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/hyprland.nix b/home/hyprland.nix index 5204e18..bbe08ca 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -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} From f6b132a92045fe3c4d9339c8ea0da2cc7dcafed9 Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Thu, 30 Oct 2025 14:49:54 +0100 Subject: [PATCH 3/3] workflow: build before pushing the new branch --- .forgejo/workflows/nix-inputs-update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/nix-inputs-update.yml b/.forgejo/workflows/nix-inputs-update.yml index 36aa425..14f31eb 100644 --- a/.forgejo/workflows/nix-inputs-update.yml +++ b/.forgejo/workflows/nix-inputs-update.yml @@ -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 " + - run: nix build .#build-all - run: git push --force --set-upstream origin update-nix-inputs