Add rbw
This commit is contained in:
parent
36c3702d35
commit
c7f3ee9b08
2 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
|
||||
# List packages installed in system profile
|
||||
environment.systemPackages = with pkgs; [
|
||||
rbw # CLI app for Bitwarden
|
||||
nfs-utils # nfs network share tools
|
||||
nixfmt # Formatting nix output
|
||||
dconf # Required for stylix
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
# List packages installed in system profile
|
||||
environment.systemPackages = with pkgs; [
|
||||
rbw
|
||||
dconf
|
||||
ripgrep
|
||||
git
|
||||
|
|
Loading…
Reference in a new issue