first try

This commit is contained in:
twoneis 2023-11-12 19:38:02 +01:00
parent 9a43edcd92
commit 3f28ff67e3
26 changed files with 664 additions and 33 deletions

View file

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