From 31843804fec9116c681238555966e6cf998f2349 Mon Sep 17 00:00:00 2001 From: Emmet Date: Fri, 11 Aug 2023 13:58:24 -0500 Subject: [PATCH] Fixes python mismatch error --- profiles/personal/home.nix | 2 +- user/app/virtualization/virtualization.nix | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/profiles/personal/home.nix b/profiles/personal/home.nix index 7b9af93..8fbfdde 100644 --- a/profiles/personal/home.nix +++ b/profiles/personal/home.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, python3Packages, nix-doom-emacs, stylix, username, email, dotfilesDir, theme, wm, browser, editor, spawnEditor, term, ... }: +{ config, lib, pkgs, nix-doom-emacs, stylix, username, email, dotfilesDir, theme, wm, browser, editor, spawnEditor, term, ... }: { # Home Manager needs a bit of information about you and the paths it should diff --git a/user/app/virtualization/virtualization.nix b/user/app/virtualization/virtualization.nix index 7c11ec9..75fdfd4 100644 --- a/user/app/virtualization/virtualization.nix +++ b/user/app/virtualization/virtualization.nix @@ -4,11 +4,11 @@ # Various packages related to virtualization, compatability and sandboxing home.packages = with pkgs; [ # Virtual Machines and wine - #libvirt - #virt-manager - #qemu_full - #lxc - #swtpm + libvirt + virt-manager + qemu + lxc + swtpm bottles # Filesystems