1
0
forked from extern/nix-config
donovanglover-nix-config/games/default.nix

13 lines
124 B
Nix
Raw Normal View History

2023-05-19 08:54:35 +02:00
{ pkgs, ... }:
2023-05-18 21:54:15 +02:00
{
imports = [
./osu
./srb2
];
2023-05-19 08:54:35 +02:00
environment.systemPackages = with pkgs; [
typespeed
];
2023-05-18 21:54:15 +02:00
}