tetrio plus override
This commit is contained in:
parent
ef6aea017f
commit
fb3c45726a
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ in {
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
users.users.sako.packages = with pkgs; [
|
users.users.sako.packages = with pkgs; [
|
||||||
tetrio-desktop
|
(tetrio-desktop.override {
|
||||||
|
withTetrioPlus = true;
|
||||||
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue