forked from nico/dots
nix: added game 'osu'
This commit is contained in:
parent
135f6d803b
commit
434bea3fc3
2 changed files with 8 additions and 0 deletions
7
nix/modules/games.nix
Normal file
7
nix/modules/games.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
osu-lazer
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue