mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-19 13:34:13 -05:00
8 lines
109 B
Nix
8 lines
109 B
Nix
{pkgs, ...}: {
|
|
home.packages = builtins.attrValues {
|
|
inherit
|
|
(pkgs)
|
|
discord
|
|
;
|
|
};
|
|
}
|