u
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
../system/networking.nix
|
../system/networking.nix
|
||||||
../system/print.nix
|
../system/print.nix
|
||||||
../system/term.nix
|
../system/term.nix
|
||||||
|
../system/development.nix
|
||||||
# ../system/proxy.nix
|
# ../system/proxy.nix
|
||||||
# ../system/recovery.nix # only supports non-flake conf
|
# ../system/recovery.nix # only supports non-flake conf
|
||||||
../system/sound.nix
|
../system/sound.nix
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
gcc
|
||||||
|
python3
|
||||||
|
rust
|
||||||
|
cargo
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{...}: {
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user