Condensed home.nix into many more modules!
This commit is contained in:
18
user/app/virtualization/virtualization.nix
Normal file
18
user/app/virtualization/virtualization.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Various packages related to virtualization, compatability and sandboxing
|
||||
home.packages = with pkgs; [
|
||||
# Virtual Machines and wine
|
||||
libvirt
|
||||
virt-manager
|
||||
qemu_full
|
||||
lxc
|
||||
swtpm
|
||||
bottles
|
||||
|
||||
# Filesystems
|
||||
dosfstools
|
||||
];
|
||||
|
||||
}
|
Reference in New Issue
Block a user