This commit is contained in:
biscuit
2025-06-05 07:52:31 -05:00
parent 128e6a04c2
commit 229b0041a6
3 changed files with 428 additions and 13 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
delfin
environment.systemPackages = [
pkgs.delfin
];
}