mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
pux-iterm
This commit is contained in:
parent
7e165c7db0
commit
4604220ea5
1 changed files with 1 additions and 1 deletions
2
home.nix
2
home.nix
|
|
@ -99,6 +99,7 @@ rec {
|
|||
ll = "${pkgs.exa}/bin/exa -l";
|
||||
ls = "l";
|
||||
pux = "sh -c \"tmux -S $(pwd).tmux attach\"";
|
||||
pux-iterm = "sh -c \"tmux -S $(pwd).tmux -CC attach\"";
|
||||
};
|
||||
sessionVariables = { };
|
||||
# XXX: These are needed only on non-NixOS Linux (on NixOS, they are broken)
|
||||
|
|
@ -118,7 +119,6 @@ rec {
|
|||
enableBashIntegration = true;
|
||||
nix-direnv = {
|
||||
enable = true;
|
||||
enableFlakes = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue