287 current 2024-08-17 11:33:49 24.05.3642.883180e6550c 6.6.44 *

This commit is contained in:
deadvey 2024-08-17 11:58:47 +01:00
parent b29feaa0b1
commit b66fbef8f2
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ let
GAPS_OUT = "10";
BORDER_WIDTH = "2";
BORDER_WIDTH_INT = 2;
error
errors
# Colours
BG = "282828";
BG0_H = "1d2021";

View File

@ -6,8 +6,8 @@ sudo cp /etc/nixos/configuration.nix .
git add .
git commit -m "$gen"
if grep -q "error" nixos-switch.log; then
git push
else
echo "There was an error in your Nix Config, please fix it before you push to git"
else
git push
fi