refactor(gaming): move home-managed config into home manager module
check / lint (push) Successful in 14s
check / lint (push) Successful in 14s
This commit is contained in:
@@ -38,12 +38,6 @@ in
|
||||
mangohud
|
||||
];
|
||||
|
||||
home-manager.users.${config.host.username} = {
|
||||
xdg.configFile."lutris/system.yml".text = lib.generators.toJSON { } {
|
||||
system.game_path = "/home/${config.host.username}/games";
|
||||
};
|
||||
};
|
||||
|
||||
security.pam.loginLimits = [
|
||||
{
|
||||
domain = config.host.username;
|
||||
|
||||
Reference in New Issue
Block a user