virt only on North rec fix

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-04-26 16:19:09 +02:00
parent 93c6fcbd71
commit a64deb9113

View File

@@ -1,6 +1,6 @@
{ config, pkgs, host, ... }:
{ config, pkgs, lib, host, ... }:
{
config = pkgs.lib.mkIf (host == "NxNORTH") {
config = lib.mkIf (host == "NxNORTH") {
home.packages = with pkgs; [
virt-manager
];