287 current 2024-08-17 11:33:49 24.05.3642.883180e6550c 6.6.44 *
This commit is contained in:
parent
b29feaa0b1
commit
b66fbef8f2
@ -10,7 +10,7 @@ let
|
||||
GAPS_OUT = "10";
|
||||
BORDER_WIDTH = "2";
|
||||
BORDER_WIDTH_INT = 2;
|
||||
error
|
||||
errors
|
||||
# Colours
|
||||
BG = "282828";
|
||||
BG0_H = "1d2021";
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user