adding server config to repo. setting up laptop in repo. other changes.

This commit is contained in:
2026-01-31 10:37:44 -06:00
parent 11af2f699f
commit 4d7713173d
13 changed files with 515 additions and 18 deletions

View File

@@ -0,0 +1,11 @@
{ config, pkgs, inputs, ... }:
{
imports = [ ];
environment.systemPackages = with pkgs; [
cargo
cargo-mommy
gcc
rustc
];
}