Starting to break out for different XPS systems
This commit is contained in:
14
system/default.nix
Normal file
14
system/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./boot.nix
|
||||
./networking.nix
|
||||
./locale.nix
|
||||
./services.nix
|
||||
./packages.nix
|
||||
./users.nix
|
||||
./nix.nix
|
||||
./programs.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user