game/tetrio: remove tetrio-plus
This commit is contained in:
parent
2c8d28fc5a
commit
eacc5c0dff
|
@ -15,9 +15,10 @@ in {
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
users.users.sako.packages = with pkgs; [
|
users.users.sako.packages = with pkgs; [
|
||||||
(tetrio-desktop.override {
|
# (tetrio-desktop.override {
|
||||||
withTetrioPlus = true;
|
# withTetrioPlus = true;
|
||||||
})
|
# })
|
||||||
|
tetrio-desktop
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue