17 lines
188 B
Nix
17 lines
188 B
Nix
|
{ ... }: {
|
||
|
imports = [
|
||
|
./age
|
||
|
./audio
|
||
|
./boot
|
||
|
./borgbackup
|
||
|
./docker
|
||
|
./fonts
|
||
|
./greetd
|
||
|
./hardware
|
||
|
./i18n
|
||
|
./networking
|
||
|
./nix
|
||
|
./security
|
||
|
];
|
||
|
}
|