flake.nix: sort

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-06-17 21:28:41 +03:00
parent a1cac8803a
commit 5859b9d469

View File

@ -2,19 +2,25 @@
description = "unexplrd's personal configuration";
inputs = {
# lix.url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-2.tar.gz";
# neve.url = "git+https://gitea.linerds.us/unexplrd/Neve";
# lix = {
# inputs.nixpkgs.follows = "nixpkgs";
# url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-2.tar.gz";
# };
# neve = {
# inputs.nixvim.follows = "nixvim";
# url = "git+https://gitea.linerds.us/unexplrd/Neve";
# };
# nixvim.url = "github:nix-community/nixvim";
# lix.inputs.nixpkgs.follows = "nixpkgs";
# neve.inputs.nixvim.follows = "nixvim";
blueprint = {
url = "github:numtide/blueprint";
inputs.nixpkgs.follows = "nixpkgs";
};
chaotic = {
url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
inputs = {
home-manager.follows = "home-manager";
nixpkgs.follows = "nixpkgs";
};
};
disko = {
url = "github:nix-community/disko/latest";
@ -30,9 +36,11 @@
};
hyprsunset = {
url = "github:hyprwm/hyprsunset";
inputs.nixpkgs.follows = "nixpkgs";
inputs.hyprland-protocols.follows = "hyprland/hyprland-protocols";
inputs.hyprutils.follows = "hyprland/hyprutils";
inputs = {
hyprland-protocols.follows = "hyprland/hyprland-protocols";
hyprutils.follows = "hyprland/hyprutils";
nixpkgs.follows = "nixpkgs";
};
};
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.4.2";
@ -42,24 +50,20 @@
url = "git+ssh://gitea@gitea.linerds.us/unexplrd/nix-secrets";
flake = false;
};
nix-flatpak = {
url = "github:gmodena/nix-flatpak";
};
nix-flatpak.url = "github:gmodena/nix-flatpak";
nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-cosmic = {
url = "github:lilyinstarlight/nixos-cosmic";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs-stable";
};
nixos-facter-modules = {
url = "github:numtide/nixos-facter-modules";
};
nixpkgs-stable = {
url = "github:nixos/nixpkgs/nixos-24.11";
inputs = {
nixpkgs-stable.follows = "nixpkgs-stable";
nixpkgs.follows = "nixpkgs";
};
};
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs = {
# url = "github:NixOS/nixpkgs?ref=nixos-unstable";
# workaround for `unexpected Nix daemon error: error: serialised integer 7022364302122705765 is too large for type 'j'`
@ -71,8 +75,10 @@
};
stylix = {
url = "github:danth/stylix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
inputs = {
home-manager.follows = "home-manager";
nixpkgs.follows = "nixpkgs";
};
};
walker = {
url = "github:abenz1267/walker";