"Add libvirt and qemu/kvm stuff"
This commit is contained in:
parent
c81d494387
commit
f7e0933345
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# remotePlay.openFirewall = true;
|
remotePlay.openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.seanomik = { pkgs, ... }: {
|
home-manager.users.seanomik = { pkgs, ... }: {
|
||||||
|
@ -70,6 +70,7 @@
|
||||||
(libsForQt5.callPackage ../../modules/pkgs/jellyfin-media-player.nix { })
|
(libsForQt5.callPackage ../../modules/pkgs/jellyfin-media-player.nix { })
|
||||||
jetbrains.idea-community
|
jetbrains.idea-community
|
||||||
renderdoc
|
renderdoc
|
||||||
|
virt-manager
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,6 +27,8 @@
|
||||||
../modules/desktop/gnome.nix
|
../modules/desktop/gnome.nix
|
||||||
../modules/desktop_manager/gdm.nix
|
../modules/desktop_manager/gdm.nix
|
||||||
|
|
||||||
|
../modules/virtualisation
|
||||||
|
|
||||||
# Applications
|
# Applications
|
||||||
../modules/cli-tools.nix
|
../modules/cli-tools.nix
|
||||||
../modules/applications
|
../modules/applications
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
{pkgs, ... }:
|
||||||
|
{
|
||||||
|
virtualisation.libvirtd.enable = true;
|
||||||
|
}
|
Loading…
Reference in New Issue