feat(flake): made it more stable

This commit is contained in:
kenji
2025-12-28 10:07:42 -06:00
parent 0e446fa4bd
commit 4592a9cda0
+17 -4
View File
@@ -2,10 +2,22 @@
description = "Hakase Configuration"; description = "Hakase Configuration";
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
elephant.url = "github:abenz1267/elephant"; elephant = {
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable"; url = "github:abenz1267/elephant";
textfox.url = "github:adriankarlen/textfox"; inputs.nixpkgs.follows = "nixpkgs";
nur.url = "github:nix-community/NUR"; };
chaotic = {
url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
inputs.nixpkgs.follows = "nixpkgs";
};
textfox = {
url = "github:adriankarlen/textfox";
inputs.nixpkgs.follows = "nixpkgs";
};
nur = {
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = { home-manager = {
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
@@ -31,6 +43,7 @@
walker = { walker = {
url = "github:abenz1267/walker"; url = "github:abenz1267/walker";
inputs.nixpkgs.follows = "nixpkgs";
inputs.elephant.follows = "elephant"; inputs.elephant.follows = "elephant";
}; };
}; };