feat: update configuration with work nixos configuration

This commit is contained in:
installer
2025-02-06 12:21:45 +01:00
parent 2cdfbdbef0
commit c9401921df
9 changed files with 343 additions and 16 deletions

View File

@@ -12,11 +12,14 @@ in
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
docker
docker-compose
# docker
# docker-compose
git
cargo
rustup
gh
jujutsu
jjui
# cargo
# rustup
];
};
}