flake/darwin/profiles/desktop/packages/default.nix
2024-02-27 02:03:00 +08:00

7 lines
92 B
Nix

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