fix hyprland config

This commit is contained in:
Frost-Phoenix 2023-11-10 20:39:10 +01:00
parent 377fd10818
commit 7d24a5a0bc

View file

@ -24,7 +24,7 @@
echo "Git wasn't initialized here." echo "Git wasn't initialized here."
fi fi
''; '';
push = pkgs.writeShellScriptBin "commit" '' commit = pkgs.writeShellScriptBin "commit" ''
git_directory=$PWD/.git git_directory=$PWD/.git
if [[ -d $git_directory ]];then if [[ -d $git_directory ]];then
git add . git add .