flake/darwin/profiles/desktop/packages/default.nix

7 lines
90 B
Nix

{...}: {
imports = [
./fonts.nix
./homebrew.nix
./window-manager.nix
];
}