added games to all for now

This commit is contained in:
twoneis 2023-11-12 19:42:06 +01:00
parent 8173da97d8
commit 3017f644d0
2 changed files with 0 additions and 1 deletions

View file

@ -1,7 +1,6 @@
{ config, ... }: { { config, ... }: {
imports = [ imports = [
../../modules/system ../../modules/system
../../modules/games
./hardware-config.nix ./hardware-config.nix
]; ];