feat: massive cleanup

This commit is contained in:
Nick 2025-10-13 20:16:15 -05:00
parent b4eb603338
commit 47061534c0
2 changed files with 11 additions and 3 deletions

View file

@ -41,7 +41,6 @@ in
daVinci
mpv
freetube
discordCanary
vesktop
element
signal
@ -66,8 +65,6 @@ in
printManager
finamp
lingot
keymapp
zen
cyanrip
opencloud
;

View file

@ -0,0 +1,11 @@
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
heroic
;
};
}