This commit is contained in:
kenji
2025-12-23 19:01:28 +00:00
parent 5e093d351b
commit f9c11e0dc0
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -1,6 +1,5 @@
{pkgs, ...}: { {pkgs, ...}: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git git
cloudflared
]; ];
} }
+1
View File
@@ -10,5 +10,6 @@
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git git
cloudflared
]; ];
} }