add: tmuxifier
This commit is contained in:
parent
acc13227e1
commit
537d154302
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: let
|
||||
pst = pkgs.writeShellScriptBin "pst" (builtins.readFile ../../dotfiles/pst);
|
||||
|
@ -165,6 +166,7 @@ in {
|
|||
programs.man.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
ouch
|
||||
tmuxifier
|
||||
unstable.curlie
|
||||
unstable.gping
|
||||
unstable.ov
|
||||
|
@ -324,6 +326,8 @@ in {
|
|||
# FLAKE = "$HOME/sysconf/nix";
|
||||
};
|
||||
shellAliases = {
|
||||
tm = "tmuxifier";
|
||||
t = "tmux";
|
||||
run = "nix-shell --command 'zsh' -p";
|
||||
fhs = "steam-run";
|
||||
nsh = "nix-shell --command 'zsh'";
|
||||
|
|
Loading…
Reference in a new issue