added podman and shortcut for nixos rebuilds

This commit is contained in:
2026-08-16 11:16:11 -07:00
parent da513216a3
commit 8f61297dcb
8 changed files with 186 additions and 31 deletions

View File

@@ -1,10 +1,11 @@
{ ... }:
{
imports = [
./terminal.nix
./browser.nix
./communication.nix
./dev.nix
];
imports = [
./terminal.nix
./browser.nix
./communication.nix
./dev.nix
./virt.nix
];
}