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
|
|
@ -17,6 +17,7 @@
|
|||
./modules/hyprland.nix
|
||||
./modules/applications.nix
|
||||
./modules/firefox.nix
|
||||
./modules/games.nix
|
||||
|
||||
./hosts/pluto/conf.nix
|
||||
./hosts/pluto/hardware-configuration.nix
|
||||
|
|
|
|||
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