From 7d24a5a0bc394dd765520d501fa8e29248eec19d Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Fri, 10 Nov 2023 20:39:10 +0100 Subject: [PATCH] fix hyprland config --- modules/home/scripts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/scripts/default.nix b/modules/home/scripts/default.nix index 29f70ec..16fab36 100644 --- a/modules/home/scripts/default.nix +++ b/modules/home/scripts/default.nix @@ -24,7 +24,7 @@ echo "Git wasn't initialized here." fi ''; - push = pkgs.writeShellScriptBin "commit" '' + commit = pkgs.writeShellScriptBin "commit" '' git_directory=$PWD/.git if [[ -d $git_directory ]];then git add .