Skip to content

Commit 982f38a

Browse files
committed
feat: convert lutris to flatpak
Signed-off-by: Reputable2722 <153411261+Reputable2772@users.noreply.github.com>
1 parent 1468c52 commit 982f38a

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
{ pkgs, ... }:
21
{
3-
home.packages = with pkgs; [
4-
(lutris.override {
5-
# Since steam is a flatpak.
6-
steamSupport = false;
7-
})
8-
];
2+
services.flatpak.packages = [ "net.lutris.Lutris" ];
93
}

0 commit comments

Comments
 (0)