Compare commits
3 commits
f6b132a920
...
788c875b3b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
788c875b3b | ||
|
|
323067b993 | ||
|
|
f27ed627ff |
3 changed files with 4 additions and 0 deletions
|
|
@ -9,4 +9,5 @@ jobs:
|
||||||
- run: git checkout -b update-nix-inputs
|
- run: git checkout -b update-nix-inputs
|
||||||
- run: nix flake update
|
- run: nix flake update
|
||||||
- run: git commit -a -m "Update flake inputs $(date +'%d/%m/%Y')" --author="Update flake worklow <dummy@domain.xyz>"
|
- 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
|
- run: git push --force --set-upstream origin update-nix-inputs
|
||||||
|
|
|
||||||
|
|
@ -318,6 +318,7 @@
|
||||||
# windowrule=move 0 0, title:KDE Connect Daemon
|
# windowrule=move 0 0, title:KDE Connect Daemon
|
||||||
|
|
||||||
layerrule = blur, waybar
|
layerrule = blur, waybar
|
||||||
|
layerrule = noanim, selection # screenshot
|
||||||
layerrule = blur, quickshell:bar
|
layerrule = blur, quickshell:bar
|
||||||
|
|
||||||
exec = pkill swaybg; ${swaybgScript}
|
exec = pkill swaybg; ${swaybgScript}
|
||||||
|
|
|
||||||
|
|
@ -157,4 +157,6 @@ in {
|
||||||
supportedFeatures = [ "nixos-test" "big-parallel" "kvm" "gccarch-x86-64-v3" ];
|
supportedFeatures = [ "nixos-test" "big-parallel" "kvm" "gccarch-x86-64-v3" ];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nix.settings.store-auto-optimise = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue