mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
15 lines
216 B
Nix
15 lines
216 B
Nix
{ home-manager, stylix, ... }:
|
|
|
|
{
|
|
imports = [
|
|
home-manager.nixosModules.home-manager
|
|
stylix.nixosModules.stylix
|
|
./containers
|
|
./hardware
|
|
./home
|
|
./modules
|
|
./packages
|
|
./overlays
|
|
];
|
|
}
|