20 lines
276 B
Nix
20 lines
276 B
Nix
|
{
|
||
|
imports = [
|
||
|
./battery.nix
|
||
|
./bluetooth.nix
|
||
|
./development.nix
|
||
|
./fonts.nix
|
||
|
./gaming
|
||
|
./gnome
|
||
|
./hardware
|
||
|
./locale.nix
|
||
|
./networking.nix
|
||
|
./nix-helper.nix
|
||
|
./hyprland
|
||
|
./sddm.nix
|
||
|
./security.nix
|
||
|
./shell.nix
|
||
|
./qt.nix
|
||
|
];
|
||
|
}
|