mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-25 21:52:33 -05:00
bw
This commit is contained in:
parent
27669f17bd
commit
e494d77078
1 changed files with 8 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue