Compare commits
2 Commits
e16e8be594
...
4c8cd73aea
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c8cd73aea | |||
| ce94276d77 |
19
flake.lock
generated
19
flake.lock
generated
@@ -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": {
|
||||||
|
|||||||
@@ -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";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user