diff --git a/profiles/personal/home.nix b/profiles/personal/home.nix index 7b9af937..8fbfdde2 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 7c11ec94..75fdfd46 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