programs: Move virt-manager to user profile
This commit is contained in:
parent
a0e52ea7b6
commit
29f0a5017f
|
@ -25,7 +25,6 @@
|
||||||
./grub.nix
|
./grub.nix
|
||||||
./gui.nix
|
./gui.nix
|
||||||
./initrd-ssh.nix
|
./initrd-ssh.nix
|
||||||
./libvirt.nix
|
|
||||||
./locales.nix
|
./locales.nix
|
||||||
./mailserver.nix
|
./mailserver.nix
|
||||||
./media-proxy.nix
|
./media-proxy.nix
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
{ config, lib, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
config = {
|
|
||||||
environment.systemPackages = lib.mkIf
|
|
||||||
(config.sbruder.gui.enable && config.virtualisation.libvirtd.enable)
|
|
||||||
[ pkgs.virt-manager ];
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -232,5 +232,7 @@ in
|
||||||
] ++ lib.optionals (nixosConfig.sbruder.gui.enable && !nixosConfig.sbruder.full) [
|
] ++ lib.optionals (nixosConfig.sbruder.gui.enable && !nixosConfig.sbruder.full) [
|
||||||
# creative/design
|
# creative/design
|
||||||
gimp # without plugins
|
gimp # without plugins
|
||||||
|
] ++ lib.optionals (nixosConfig.sbruder.gui.enable && nixosConfig.virtualisation.libvirtd.enable) [
|
||||||
|
virt-manager
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue