This commit is contained in:
TheWanderingCrow 2025-07-28 15:27:53 -04:00
parent 27669f17bd
commit e494d77078

View file

@ -24,10 +24,14 @@ in {
./starship.nix
];
home.packages = with pkgs; [
screen
ouch
];
home.packages = builtins.attrValues {
inherit
(pkgs)
screen
ouch
bitwarden-cli
;
};
inherit hostSpec;