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 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} 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; }