mirror of
https://github.com/blahai/nyx.git
synced 2025-06-19 02:27:01 -04:00
add jkps for gd
This commit is contained in:
parent
75363a8e02
commit
aca0dc650d
3 changed files with 32 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue