mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 11:07:44 +00:00
Make hyprland work
This commit is contained in:
parent
a489a8e604
commit
99b7ccfadb
4 changed files with 395 additions and 8 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue