Skip to content

Commit

Permalink
nixos/suites/games: use my module that forwards options
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 22, 2024
1 parent e72e1a4 commit c40fee5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions modules/nixos/suites/games/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ in
};
};
};
};

services.flatpak.packages = [
{
# Sober for Roblox
flatpakref = "https://sober.vinegarhq.org/sober.flatpakref";
sha256 = "sha256:1pj8y1xhiwgbnhrr3yr3ybpfis9slrl73i0b1lc9q89vhip6ym2l";
}
];
services.flatpak.extraPackages = [
{
# Sober for Roblox
flatpakref = "https://sober.vinegarhq.org/sober.flatpakref";
sha256 = "sha256:1pj8y1xhiwgbnhrr3yr3ybpfis9slrl73i0b1lc9q89vhip6ym2l";
}
];
};
};
}

0 comments on commit c40fee5

Please sign in to comment.