This commit is contained in:
4DBug
2026-08-24 12:48:35 -05:00
parent 8b56376803
commit a8e75fa4b7
8 changed files with 131 additions and 81 deletions
+1 -2
View File
@@ -3,7 +3,6 @@
nixos = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
comma
fastfetch
git
home-manager
inetutils
@@ -23,4 +22,4 @@
];
};
};
}
}