mirror of
https://github.com/Andrey0189/nixos-config-reborn.git
synced 2025-09-15 10:06:00 +03:00
separate as a module
This commit is contained in:
15
nixos/modules/default.nix
Normal file
15
nixos/modules/default.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
imports = [
|
||||
./audio.nix
|
||||
./bluetooth.nix
|
||||
./boot.nix
|
||||
./env.nix
|
||||
./hyprland.nix
|
||||
./mime.nix
|
||||
./net.nix
|
||||
./nh.nix
|
||||
./timezone.nix
|
||||
./user.nix
|
||||
./zram.nix
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user