feat: update configuration with work nixos configuration
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user