7 lines
92 B
Nix
7 lines
92 B
Nix
{...}: {
|
|
imports = [
|
|
./fonts.nix
|
|
# ./homebrew.nix
|
|
./window-manager.nix
|
|
];
|
|
}
|