add 'fhs' alias for when i need to run a dynamically linked executable

This commit is contained in:
valerie 2024-06-29 15:10:24 -04:00
parent f64b285564
commit f13a0fe597
Signed by: valnyx
GPG key ID: CC10324DD962CB7E

View file

@ -6,6 +6,9 @@
programs.bat.enable = true;
programs.eza.enable = true;
programs.man.enable = true;
home.packages = [
pkgs.unstable.steam-run
];
programs.wezterm.enableZshIntegration = true;
programs.fzf = {
@ -148,6 +151,7 @@
};
shellAliases = {
run = "nix-shell --command 'zsh' -p";
fhs = "steam-run";
nsh = "nix-shell --command 'zsh'";
nd = "nix develop";
g = "git";