cleaned up drastically

This commit is contained in:
biscuit
2025-05-21 12:20:32 -05:00
parent cd734937c0
commit 30ecca57ba
24 changed files with 71 additions and 98 deletions
+4
View File
@@ -0,0 +1,4 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
];
}