Enable virt-manager and streamline shell init

This commit is contained in:
randogoth 2026-02-03 18:36:21 +02:00
parent 27ce70ebfd
commit b6e2e95371
6 changed files with 82 additions and 101 deletions

View file

@ -115,6 +115,7 @@
DEFAULT_TERMINAL = "${pkgs.ghostty}/bin/ghostty";
EDITOR = "${pkgs.micro}/bin/micro";
DBX_CONTAINER_HOME_PREFIX = "$HOME/distrobox";
GDK_BACKEND = "x11 virt-manager"
};
}