flake: Initialise new repository
This commit is contained in:
commit
1eb25ada72
41 changed files with 1657 additions and 0 deletions
18
modules/darwin/fonts.nix
Normal file
18
modules/darwin/fonts.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
fonts.packages = with pkgs; [
|
||||
atkinson-hyperlegible
|
||||
jetbrains-mono
|
||||
open-sans
|
||||
];
|
||||
homebrew.casks = [
|
||||
"font-chomsky"
|
||||
"font-cormorant-garamond"
|
||||
"font-crimson-text"
|
||||
"font-new-york"
|
||||
"font-sf-compact"
|
||||
"font-sf-mono"
|
||||
"font-sf-pro"
|
||||
"font-unifrakturmaguntia"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue