This commit is contained in:
albert 2024-03-14 14:08:10 +09:00
parent 4215ac0c3c
commit ccba6a6b6e
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
3 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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