programs: Move virt-manager to user profile
This commit is contained in:
parent
a0e52ea7b6
commit
29f0a5017f
|
@ -25,7 +25,6 @@
|
|||
./grub.nix
|
||||
./gui.nix
|
||||
./initrd-ssh.nix
|
||||
./libvirt.nix
|
||||
./locales.nix
|
||||
./mailserver.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) [
|
||||
# creative/design
|
||||
gimp # without plugins
|
||||
] ++ lib.optionals (nixosConfig.sbruder.gui.enable && nixosConfig.virtualisation.libvirtd.enable) [
|
||||
virt-manager
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue