mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-05 00:33:09 +02:00
virt-manager
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
parent
5e747a1584
commit
3a25583750
1 changed files with 5 additions and 0 deletions
|
@ -150,12 +150,14 @@ in {
|
|||
pkgconfig
|
||||
nh
|
||||
ksnip
|
||||
virt-manager
|
||||
];
|
||||
variables = {
|
||||
NIX_AUTO_RUN = "!";
|
||||
};
|
||||
};
|
||||
programs = {
|
||||
dconf.enable = true;
|
||||
fish.enable = true;
|
||||
kdeconnect = {
|
||||
enable = true;
|
||||
|
@ -204,6 +206,9 @@ in {
|
|||
'';
|
||||
|
||||
virtualisation = {
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
};
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
|
|
Loading…
Reference in a new issue