refactor system into only 3 files

This commit is contained in:
atagen 2022-08-20 12:36:08 +10:00
parent 80762b7529
commit 7043ef2d2c
5 changed files with 64 additions and 104 deletions

View file

@ -1,13 +0,0 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{
imports =
[ (modulesPath + "/installer/scan/not-detected.nix"),
# ./adrifthw.nix
# ./wollomihw.nix
];
}