This commit is contained in:
biscuit
2025-06-30 12:49:36 -05:00
parent d8657c7eeb
commit 62d8d36ed8
6 changed files with 51 additions and 31 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{pkgs, ...}: {
home.packages = [
pkgs.heroic
environment.systemPackages = with pkgs; [
heroic
];
}