adding modularity

This commit is contained in:
2024-08-28 00:18:47 +02:00
parent 166bed403e
commit 230144c3b9
15 changed files with 417 additions and 131 deletions

View 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
];
}