mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: added picard
This commit is contained in:
parent
81435bb91e
commit
df26985bd6
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs) picard;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue