ship celeste64
This commit is contained in:
17
hosts/common/programs/celeste64.nix
Normal file
17
hosts/common/programs/celeste64.nix
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
sane.programs.celeste64 = {
|
||||||
|
sandbox.method = "bwrap";
|
||||||
|
sandbox.whitelistAudio = true;
|
||||||
|
sandbox.whitelistDri = true;
|
||||||
|
sandbox.whitelistWayland = true;
|
||||||
|
sandbox.extraPaths = [
|
||||||
|
"/dev/input" #< for controllers
|
||||||
|
];
|
||||||
|
|
||||||
|
persist.byStore.plaintext = [
|
||||||
|
# save data, controls map
|
||||||
|
".local/share/Celeste64"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
@@ -16,6 +16,7 @@
|
|||||||
./calls.nix
|
./calls.nix
|
||||||
./cantata.nix
|
./cantata.nix
|
||||||
./catt.nix
|
./catt.nix
|
||||||
|
./celeste64.nix
|
||||||
./chatty.nix
|
./chatty.nix
|
||||||
./conky
|
./conky
|
||||||
./cozy.nix
|
./cozy.nix
|
||||||
|
@@ -24,6 +24,7 @@ in
|
|||||||
sane.programs.pcGameApps = declPackageSet [
|
sane.programs.pcGameApps = declPackageSet [
|
||||||
# "andyetitmoves" # TODO: fix build!
|
# "andyetitmoves" # TODO: fix build!
|
||||||
# "armagetronad" # tron/lightcycles; WAN and LAN multiplayer
|
# "armagetronad" # tron/lightcycles; WAN and LAN multiplayer
|
||||||
|
"celeste64"
|
||||||
# "cutemaze" # meh: trivial maze game; qt6 and keyboard-only
|
# "cutemaze" # meh: trivial maze game; qt6 and keyboard-only
|
||||||
# "cuyo" # trivial puyo-puyo clone
|
# "cuyo" # trivial puyo-puyo clone
|
||||||
"endless-sky" # space merchantilism/exploration
|
"endless-sky" # space merchantilism/exploration
|
||||||
|
Reference in New Issue
Block a user