games: fix dependency
This commit is contained in:
parent
10abd8cb71
commit
102aeac8f4
|
@ -1,5 +1,5 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
imports = [ ../graphical ./udev.nix ];
|
imports = [ ./udev.nix ];
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
retroarchBare
|
retroarchBare
|
||||||
steam-run
|
steam-run
|
||||||
|
|
Loading…
Reference in a new issue