This commit is contained in:
biscuit
2025-05-19 19:08:25 -05:00
parent 65e7e86739
commit 9a722c915a
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
../system/networking.nix
../system/print.nix
../system/term.nix
../system/development.nix
# ../system/proxy.nix
# ../system/recovery.nix # only supports non-flake conf
../system/sound.nix
+8
View File
@@ -0,0 +1,8 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
gcc
python3
rust
cargo
];
}
+3
View File
@@ -0,0 +1,3 @@
{...}: {
}