mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
13 lines
124 B
Nix
13 lines
124 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./osu
|
|
./srb2
|
|
];
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
typespeed
|
|
];
|
|
}
|