games: Add anime game
This commit is contained in:
parent
f6adc424e3
commit
e065c5475c
3 changed files with 51 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
|||
{ pkgs, username, ... }:
|
||||
{ pkgs, username, inputs, ... }:
|
||||
|
||||
{
|
||||
environment.persistence."/nix/persist" = {
|
||||
users."${username}".directories = [
|
||||
".local/share/steam_home"
|
||||
".local/share/osu"
|
||||
".local/share/an-anime-game-launcher"
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -18,4 +19,7 @@
|
|||
enable = true;
|
||||
gamescopeSession.enable = true;
|
||||
};
|
||||
|
||||
nix.settings = inputs.aagl.nixConfig;
|
||||
programs.anime-game-launcher.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue