mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
added games.nix to bob
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
./hardware.nix
|
./hardware.nix
|
||||||
./nvidia.nix
|
./nvidia.nix
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
|
./games.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking = {
|
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