mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
7 lines
86 B
Nix
7 lines
86 B
Nix
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
osu-lazer-bin
|
|
];
|
|
}
|