Compare commits

...

2 Commits

Author SHA1 Message Date
4c8cd73aea Ghostty 2025-01-02 21:27:03 +00:00
ce94276d77 Add monocraft font 2024-12-30 22:59:37 +00:00
3 changed files with 12 additions and 10 deletions

19
flake.lock generated
View File

@@ -263,17 +263,18 @@
"zig": "zig" "zig": "zig"
}, },
"locked": { "locked": {
"lastModified": 1735509915, "lastModified": 1735678070,
"narHash": "sha256-9CzFZKleAOX4yMiba1QDLDZT3tyD88ZF2e/S4pRbnWc=", "narHash": "sha256-BiXFNeoL+BYpiqzCuDIrZGQ6JVI8cBOXerJH48CbnxU=",
"ref": "refs/heads/main", "owner": "ghostty-org",
"rev": "d5703a57e7d7bcf8dd9bd5711d9f351e5a43446b", "repo": "ghostty",
"revCount": 8606, "rev": "3f7c3afaf947280bd2852626ff4599c02d9fb07e",
"type": "git", "type": "github"
"url": "ssh://git@github.com/ghostty-org/ghostty"
}, },
"original": { "original": {
"type": "git", "owner": "ghostty-org",
"url": "ssh://git@github.com/ghostty-org/ghostty" "ref": "v1.0.1",
"repo": "ghostty",
"type": "github"
} }
}, },
"git-hooks": { "git-hooks": {

View File

@@ -11,7 +11,7 @@
devenv.inputs.nixpkgs.follows = "nixpkgs"; devenv.inputs.nixpkgs.follows = "nixpkgs";
ghostty = { ghostty = {
url = "git+ssh://git@github.com/ghostty-org/ghostty"; url = "github:ghostty-org/ghostty?ref=v1.0.1";
inputs.nixpkgs-stable.follows = "nixpkgs"; inputs.nixpkgs-stable.follows = "nixpkgs";
inputs.nixpkgs-unstable.follows = "nixpkgs"; inputs.nixpkgs-unstable.follows = "nixpkgs";
}; };

View File

@@ -44,6 +44,7 @@
noto-fonts-cjk-sans noto-fonts-cjk-sans
noto-fonts-emoji noto-fonts-emoji
nerd-fonts.iosevka nerd-fonts.iosevka
monocraft
ubuntu_font_family ubuntu_font_family
]; ];