fix: dev vm enhacement, switch podman

This commit is contained in:
Rasyidan Akbar F. 2025-10-29 15:30:41 +07:00
commit 831f307f83
70 changed files with 2977 additions and 962 deletions

View file

@ -0,0 +1,8 @@
{ lib, ... }: {
programs.starship = {
enable = lib.mkDefault true;
enableFishIntegration = true;
enableNushellIntegration = true;
settings = lib.importTOML ./starship.toml;
};
}