game/tetrio: remove tetrio-plus

This commit is contained in:
Sakooooo 2024-09-28 12:54:57 +04:00
parent 2c8d28fc5a
commit eacc5c0dff
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -15,9 +15,10 @@ in {
config = lib.mkIf cfg.enable {
users.users.sako.packages = with pkgs; [
(tetrio-desktop.override {
withTetrioPlus = true;
})
# (tetrio-desktop.override {
# withTetrioPlus = true;
# })
tetrio-desktop
];
};
}