This commit is contained in:
2025-07-17 19:33:45 +09:00
parent ecb8bc951f
commit f33601422e
3 changed files with 9 additions and 8 deletions

View File

@@ -10,6 +10,7 @@
set -gx OPENSSL_INCLUDE_DIR ${pkgs.openssl.dev}/include;
set -gx PKG_CONFIG_PATH ${pkgs.openssl.dev}/lib/pkgconfig;
alias vi="nvim"
alias rb="sudo nixos-rebuild switch --flake ~/nixos-config#"
'';
plugins = [
# Enable a plugin (here grc for colorized command output) from nixpkgs