mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
feat: atomically track unfree software and enable it
This commit is contained in:
parent
180741ec71
commit
190faacb64
7 changed files with 62 additions and 46 deletions
|
@ -42,6 +42,8 @@ in
|
|||
heroic
|
||||
mangohud
|
||||
mangojuice
|
||||
r2modman
|
||||
modrinth-app
|
||||
];
|
||||
|
||||
liminalOS.programs.flatpak.enable = true;
|
||||
|
@ -81,6 +83,13 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
liminalOS.config.extraUnfreePackages = lib.mkIf config.liminalOS.config.allowUnfree [
|
||||
"modrinth-app"
|
||||
"modrinth-app-unwrapped"
|
||||
"steam"
|
||||
"steam-unwrapped"
|
||||
];
|
||||
|
||||
users.users = forAllGamemodeUsers (username: {
|
||||
extraGroups = [ "gamemode" ];
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue