feat: massive cleanup

This commit is contained in:
Nick 2025-10-13 17:46:29 -05:00
parent 9a9c52064a
commit 556e23fdb4
41 changed files with 1 additions and 589 deletions

View file

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