game/tetrio: remove tetrio-plus
This commit is contained in:
parent
2c8d28fc5a
commit
eacc5c0dff
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue