Files
cnix/nixos/extra/gamescope/default.nix
2024-07-03 20:32:23 +02:00

6 lines
53 B
Nix

{
programs.gamescope = {
enable = true;
};
}