add jkps for gd

This commit is contained in:
blahai 2024-10-23 18:26:54 +03:00
parent 75363a8e02
commit aca0dc650d
No known key found for this signature in database
3 changed files with 32 additions and 5 deletions

View file

@ -24,6 +24,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
nur.url = "github:nix-community/NUR";
ags = {
url = "github:Aylur/ags";
@ -56,7 +57,7 @@
hyprland.url = "github:hyprwm/Hyprland";
};
outputs = { self, nixpkgs, chaotic, home-manager, ... }@inputs:
outputs = { self, nixpkgs, chaotic, nur, home-manager, ... }@inputs:
let
system = "x86_64-linux";
in {