1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

Add pala host

This commit is contained in:
RGBCube 2025-01-08 13:16:27 +03:00
parent ed17966d6f
commit a8275cc97a
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
19 changed files with 183 additions and 657 deletions

View file

@ -4,14 +4,12 @@
nixConfig = {
extra-substituters = [
"https://cache.garnix.io/"
"https://ghostty.cachix.org/"
"https://hyprland.cachix.org/"
"https://nix-community.cachix.org/"
];
extra-trusted-public-keys = [
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
"ghostty.cachix.org-1:QB389yTa6gTyneehvqG58y0WnHjQOqgnA+wBnpWWxns="
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
@ -63,22 +61,19 @@
inputs.nixpkgs.follows = "hyprland/nixpkgs";
};
ghostty.url = "git+ssh://git@github.com/RGBCube/ghostty";
ghosttyModule.url = "github:clo4/ghostty-hm-module";
fenix.url = "github:nix-community/fenix";
zig = {
url = "github:mitchellh/zig-overlay";
# zig = {
# url = "github:mitchellh/zig-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
# inputs.nixpkgs.follows = "nixpkgs";
# };
zls = {
url = "github:zigtools/zls/master";
# zls = {
# url = "github:zigtools/zls/master";
inputs.nixpkgs.follows = "nixpkgs";
};
# inputs.nixpkgs.follows = "nixpkgs";
# };
themes.url = "github:RGBCube/ThemeNix";
};
@ -100,8 +95,7 @@
nixpkgsOverlayModule = with lib1; {
nixpkgs.overlays = [(final: prev: {
ghostty = inputs.ghostty.packages.${prev.system}.default;
hyprcursors = inputs.hyprcursors.packages.${prev.system}.default;
# hyprcursors = inputs.hyprcursors.packages.${prev.system}.default;
zls = inputs.zls.packages.${prev.system}.default;
})] ++ pipe inputs [
attrValues