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,
|
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'";
|
||||||
|
|
Loading…
Reference in a new issue