mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
added games.nix to bob
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
./hardware.nix
|
||||
./nvidia.nix
|
||||
./syncthing.nix
|
||||
./games.nix
|
||||
];
|
||||
|
||||
networking = {
|
||||
|
||||
6
systems/bob/games.nix
Normal file
6
systems/bob/games.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
osu-lazer-bin
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user