Compare commits
3 commits
788c875b3b
...
f6b132a920
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f6b132a920 | ||
|
|
8d39b24cfe | ||
|
|
b05b43632e |
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.auto-optimise-store = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue