feat: added openttd
This commit is contained in:
parent
2cfaf4c116
commit
930753181c
9
users/common/programs/openttd.nix
Normal file
9
users/common/programs/openttd.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
home.persistence."/persist".directories = [
|
||||
".local/share/openttd"
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
pkgs.openttd
|
||||
];
|
||||
}
|
|
@ -67,6 +67,7 @@ lib.optionalAttrs (!minimal) {
|
|||
../common/programs/git.nix
|
||||
../common/programs/kitty.nix
|
||||
../common/programs/minecraft.nix
|
||||
../common/programs/openttd.nix
|
||||
../common/programs/poe.nix
|
||||
../common/programs/spicetify.nix
|
||||
../common/programs/thunderbird.nix
|
||||
|
|
Loading…
Reference in a new issue