remove tags

This commit is contained in:
Adithya 2024-02-04 21:21:51 +05:30
parent 256f94e172
commit e47dfc6591
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -20,7 +20,6 @@ in
kernelPackages = lib.mkForce pkgs.linuxPackages_xanmod_latest;
inherit plymouth;
};
system.nixos.tags = [ "with-xanmod" ];
};
};
zen = {
@ -30,7 +29,6 @@ in
kernelPackages = lib.mkForce pkgs.linuxPackages_zen;
inherit plymouth;
};
system.nixos.tags = [ "with-zen" ];
};
};
};