mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-21 01:34:34 +05:30
Fixes python mismatch error
This commit is contained in:
parent
cc184917fb
commit
31843804fe
|
@ -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
|
# Home Manager needs a bit of information about you and the paths it should
|
||||||
|
|
|
@ -4,11 +4,11 @@
|
||||||
# Various packages related to virtualization, compatability and sandboxing
|
# Various packages related to virtualization, compatability and sandboxing
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# Virtual Machines and wine
|
# Virtual Machines and wine
|
||||||
#libvirt
|
libvirt
|
||||||
#virt-manager
|
virt-manager
|
||||||
#qemu_full
|
qemu
|
||||||
#lxc
|
lxc
|
||||||
#swtpm
|
swtpm
|
||||||
bottles
|
bottles
|
||||||
|
|
||||||
# Filesystems
|
# Filesystems
|
||||||
|
|
Loading…
Reference in a new issue