mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Refactoring] Use default.nix instead of _main.nix
This commit is contained in:
parent
80c28de044
commit
5af5049986
1 changed files with 18 additions and 0 deletions
18
default.nix
Normal file
18
default.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{config, ...}:
|
||||
{
|
||||
imports = [
|
||||
./general.nix
|
||||
./boot.nix
|
||||
./desktop.nix
|
||||
# ./home-manager.nix
|
||||
./network.nix
|
||||
./packages.nix
|
||||
./services.nix
|
||||
./filesystems.nix
|
||||
./hardening.nix
|
||||
./hardware.nix
|
||||
./laptop.nix
|
||||
# ./overlays.nix
|
||||
./non-persistence.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue