move vagrant and libvirt to machine-specific config

This commit is contained in:
John Bowdre 2023-07-24 08:59:21 -05:00
parent b42951f307
commit fde8393c21
2 changed files with 2 additions and 2 deletions

View file

@ -35,12 +35,10 @@
fish fish
htop htop
hugo hugo
libvirt
packer packer
powershell powershell
terraform terraform
tldr tldr
vagrant
vault vault
# # It is sometimes useful to fine-tune packages, for example, by applying # # It is sometimes useful to fine-tune packages, for example, by applying

View file

@ -7,8 +7,10 @@
# packages # packages
home.packages = with pkgs; [ home.packages = with pkgs; [
firefox-esr firefox-esr
libvirt
obsidian obsidian
qFlipper qFlipper
vagrant
]; ];
# XDG settings # XDG settings