mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-13 16:29:38 +01:00
15 lines
160 B
Nix
15 lines
160 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./osu
|
|
./srb2
|
|
];
|
|
|
|
programs.gamemode.enable = true;
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
typespeed
|
|
];
|
|
}
|