From fde8393c214f0c83a341325a6da6c5fb54f09afc Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 24 Jul 2023 08:59:21 -0500 Subject: [PATCH] move vagrant and libvirt to machine-specific config --- nix/common/home.nix | 2 -- nix/machines/penguin-fw/home.nix | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/common/home.nix b/nix/common/home.nix index 009b85d..6308a43 100644 --- a/nix/common/home.nix +++ b/nix/common/home.nix @@ -35,12 +35,10 @@ fish htop hugo - libvirt packer powershell terraform tldr - vagrant vault # # It is sometimes useful to fine-tune packages, for example, by applying diff --git a/nix/machines/penguin-fw/home.nix b/nix/machines/penguin-fw/home.nix index e237a70..ac075b4 100644 --- a/nix/machines/penguin-fw/home.nix +++ b/nix/machines/penguin-fw/home.nix @@ -7,8 +7,10 @@ # packages home.packages = with pkgs; [ firefox-esr + libvirt obsidian qFlipper + vagrant ]; # XDG settings