initial commit

This commit is contained in:
ZotyDev 2026-02-22 13:49:58 -03:00
commit 179e92ee04
Signed by: Zoty
SSH key fingerprint: SHA256:WsGEGivgl37t3Mth6uugXMOgMCTR7QolIepNbC+j/tA
17 changed files with 2377 additions and 0 deletions

19
.direnv/bin/nix-direnv-reload Executable file
View file

@ -0,0 +1,19 @@
#!/usr/bin/env bash
set -e
if [[ ! -d "/home/zoty/.config/nvim" ]]; then
echo "Cannot find source directory; Did you move it?"
echo "(Looking for "/home/zoty/.config/nvim")"
echo 'Cannot force reload with this script - use "direnv reload" manually and then try again'
exit 1
fi
# rebuild the cache forcefully
_nix_direnv_force_reload=1 direnv exec "/home/zoty/.config/nvim" true
# Update the mtime for .envrc.
# This will cause direnv to reload again - but without re-building.
touch "/home/zoty/.config/nvim/.envrc"
# Also update the timestamp of whatever profile_rc we have.
# This makes sure that we know we are up to date.
touch -r "/home/zoty/.config/nvim/.envrc" "/home/zoty/.config/nvim/.direnv"/*.rc

View file

@ -0,0 +1 @@
/nix/store/01x5k4nlxcpyd85nnr0b9gm89rm8ff4x-source

View file

@ -0,0 +1 @@
/nix/store/dx2qikyb4dyb6hbdfywbmsyla0z5a1h3-source

View file

@ -0,0 +1 @@
/nix/store/nwcdjn11dysa7jsi8figcgcgp6xz6vlr-source

View file

@ -0,0 +1 @@
/nix/store/yj1wxm9hh8610iyzqnz75kvs6xl8j3my-source

View file

@ -0,0 +1 @@
/nix/store/zr45c7jc8w9k22sdj2nnaadbc2ahlyrd-nix-shell-env

File diff suppressed because it is too large Load diff