add: tmuxifier

This commit is contained in:
valerie 2024-09-21 17:44:57 -04:00
parent acc13227e1
commit 537d154302
Signed by: valnyx
GPG key ID: CC10324DD962CB7E

View file

@ -1,6 +1,7 @@
{ {
config, config,
pkgs, pkgs,
inputs,
... ...
}: let }: let
pst = pkgs.writeShellScriptBin "pst" (builtins.readFile ../../dotfiles/pst); pst = pkgs.writeShellScriptBin "pst" (builtins.readFile ../../dotfiles/pst);
@ -165,6 +166,7 @@ in {
programs.man.enable = true; programs.man.enable = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
ouch ouch
tmuxifier
unstable.curlie unstable.curlie
unstable.gping unstable.gping
unstable.ov unstable.ov
@ -324,6 +326,8 @@ in {
# FLAKE = "$HOME/sysconf/nix"; # FLAKE = "$HOME/sysconf/nix";
}; };
shellAliases = { shellAliases = {
tm = "tmuxifier";
t = "tmux";
run = "nix-shell --command 'zsh' -p"; run = "nix-shell --command 'zsh' -p";
fhs = "steam-run"; fhs = "steam-run";
nsh = "nix-shell --command 'zsh'"; nsh = "nix-shell --command 'zsh'";