diff --git a/home/cli.nix b/home/cli.nix index e4a3a54..e594ec4 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -93,6 +93,7 @@ ignores = [ "*~" "*.swp" "result" "dist-newstyle" ]; userEmail = "me@failco.de"; userName = "Alexander Kobjolke"; + aliases = { st = "status"; }; }; gpg = { @@ -117,4 +118,11 @@ defaultCacheTtl = 300; defaultCacheTtlSsh = 300; }; + + home.file.".local" = { + recursive = true; + source = ./local; + }; + + home.sessionPath = [ "$HOME/.local/bin" ]; }