diff --git a/nixos/default.nix b/nixos/default.nix index b6bb45bc..a3fbb78e 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -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 diff --git a/nixos/small.nix b/nixos/small.nix index cfea3a36..6d121bf6 100644 --- a/nixos/small.nix +++ b/nixos/small.nix @@ -22,6 +22,7 @@ # List packages installed in system profile environment.systemPackages = with pkgs; [ + rbw dconf ripgrep git