Major rework in progress
This commit is contained in:
12
system/configuration/default.nix
Normal file
12
system/configuration/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ config, lib, pkgs, ... }: {
|
||||
|
||||
imports = [
|
||||
./generic
|
||||
./laptop
|
||||
./homebox
|
||||
];
|
||||
|
||||
sysconfig.laptop.enable = lib.mkDefault false;
|
||||
sysconfig.homebox.enable = lib.mkDefault false;
|
||||
sysconfig.generic.enable = lib.mkDefault true;
|
||||
}
|
||||
Reference in New Issue
Block a user