adding modularity
This commit is contained in:
13
hosts/spectre-x360-2018/default.nix
Normal file
13
hosts/spectre-x360-2018/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{lib, config, options, pkgs, ...}:
|
||||
{
|
||||
# Merge the configuration and hardware configuration
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
../../modules/nixos/gdm.nix
|
||||
../../modules/nixos/pipewire.nix
|
||||
../../utils/binary-cache.nix
|
||||
../../utils/garbage-collection.nix
|
||||
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user