Add tmux
This commit is contained in:
parent
4215ac0c3c
commit
ccba6a6b6e
3 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
|
|
||||||
# List packages installed in system profile
|
# List packages installed in system profile
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
tmux # terminal multiplexer
|
||||||
rbw # CLI app for Bitwarden
|
rbw # CLI app for Bitwarden
|
||||||
nfs-utils # nfs network share tools
|
nfs-utils # nfs network share tools
|
||||||
nixfmt # Formatting nix output
|
nixfmt # Formatting nix output
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
|
|
||||||
# List packages installed in system profile
|
# List packages installed in system profile
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
tmux
|
||||||
dconf
|
dconf
|
||||||
ripgrep
|
ripgrep
|
||||||
sbctl
|
sbctl
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
# List packages installed in system profile
|
# List packages installed in system profile
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
tmux
|
||||||
rbw
|
rbw
|
||||||
dconf
|
dconf
|
||||||
ripgrep
|
ripgrep
|
||||||
|
|
Loading…
Reference in a new issue