mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-09 02:13:08 +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
|
pkgconfig
|
||||||
nh
|
nh
|
||||||
ksnip
|
ksnip
|
||||||
|
virt-manager
|
||||||
];
|
];
|
||||||
variables = {
|
variables = {
|
||||||
NIX_AUTO_RUN = "!";
|
NIX_AUTO_RUN = "!";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
|
dconf.enable = true;
|
||||||
fish.enable = true;
|
fish.enable = true;
|
||||||
kdeconnect = {
|
kdeconnect = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -204,6 +206,9 @@ in {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
|
libvirtd = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
podman = {
|
podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dockerCompat = true;
|
dockerCompat = true;
|
||||||
|
|
Loading…
Reference in a new issue