13 lines
243 B
Nix
13 lines
243 B
Nix
_: {
|
|
imports = [
|
|
./bluetooth.nix
|
|
./chrome-executable.nix
|
|
./fonts.nix
|
|
./kernel.nix
|
|
./malloc-perturb.nix
|
|
./noisetorch.nix
|
|
./starship.nix
|
|
./xdg.nix
|
|
./zoxide.nix
|
|
];
|
|
}
|