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

Make hyprland work

This commit is contained in:
RGBCube 2025-01-08 20:54:11 +03:00
parent a489a8e604
commit 99b7ccfadb
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
4 changed files with 395 additions and 8 deletions

View file

@ -4,11 +4,13 @@
nixConfig = {
extra-substituters = [
"https://cache.garnix.io/"
"https://hyprland.cachix.org/"
"https://nix-community.cachix.org/"
];
extra-trusted-public-keys = [
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
@ -39,6 +41,12 @@
fenix.url = "github:nix-community/fenix";
hyprland = {
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
# hyprcursors = {
# url = "github:VirtCode/hypr-dynamic-cursors";