mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat: add Ghostty
This commit is contained in:
parent
c6c59dd552
commit
ff6c4c5d16
6 changed files with 30 additions and 15 deletions
|
|
@ -25,17 +25,7 @@ in {
|
|||
build-users-group = "nixbld";
|
||||
trusted-users = ["ryanccn"];
|
||||
sandbox = true;
|
||||
|
||||
extra-substituters = [
|
||||
"https://nix-community.cachix.org"
|
||||
"https://crane.cachix.org"
|
||||
"https://cache.garnix.io"
|
||||
];
|
||||
extra-trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
"crane.cachix.org-1:8Scfpmn9w+hGdXH/Q9tTLiYAE/2dnJYRJP7kl80GuRk="
|
||||
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
||||
];
|
||||
use-xdg-base-directories = true;
|
||||
|
||||
nix-path = config.nix.nixPath;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue