modify flake inputs

This commit is contained in:
ulic-youthlic 2025-02-21 21:37:02 +08:00
parent a74829a6af
commit 7d7d70a5d2
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 78 additions and 104 deletions

View file

@ -11,79 +11,123 @@
};
helix = {
url = "github:helix-editor/helix/master";
type = "github";
owner = "helix-editor";
repo = "helix";
ref = "master";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager";
type = "github";
owner = "nix-community";
repo = "home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
oskars-dotfiles = {
url = "github:oskardotglobal/.dotfiles/nix";
type = "github";
owner = "oskardotglobal";
repo = ".dotfiles";
ref = "nix";
inputs.nixpkgs.follows = "nixpkgs";
};
niri-flake = {
url = "github:sodiboo/niri-flake";
type = "github";
owner = "sodiboo";
repo = "niri-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-cosmic = {
url = "github:lilyinstarlight/nixos-cosmic";
type = "github";
owner = "lilyinstarlight";
repo = "nixos-cosmic";
};
ghostty = {
url = "github:ghostty-org/ghostty";
type = "github";
owner = "ghostty-org";
repo = "ghostty";
inputs.nixpkgs-unstable.follows = "nixpkgs";
};
nixos-hardware = {
url = "github:NixOS/nixos-hardware/master";
type = "github";
owner = "NixOS";
repo = "nixos-hardware";
ref = "master";
};
dae = {
url = "github:daeuniverse/flake.nix";
type = "github";
owner = "daeuniverse";
repo = "flake.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
flake-parts = {
url = "github:hercules-ci/flake-parts";
type = "github";
owner = "hercules-ci";
repo = "flake-parts";
};
flake-utils = {
url = "github:numtide/flake-utils";
type = "github";
owner = "numtide";
repo = "flake-utils";
};
nur-xddxdd = {
url = "github:xddxdd/nur-packages/master";
type = "github";
owner = "xddxdd";
repo = "nur-packages";
ref = "master";
flake = false;
};
nur-rycee = {
url = "gitlab:rycee/nur-expressions/master";
type = "gitlab";
owner = "rycee";
repo = "nur-expressions";
ref = "master";
flake = false;
};
sops-nix = {
url = "github:Mic92/sops-nix";
type = "github";
owner = "Mic92";
repo = "sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix = {
url = "github:danth/stylix";
type = "github";
owner = "danth";
repo = "stylix";
inputs.nixpkgs.follows = "nixpkgs";
};
disko = {
url = "github:nix-community/disko";
type = "github";
owner = "nix-community";
repo = "disko";
inputs.nixpkgs.follows = "nixpkgs";
};
bt-tracker = {
url = "github:XIU2/TrackersListCollection";
type = "github";
owner = "XIU2";
repo = "TrackersListCollection";
flake = false;
};
deploy-rs = {
url = "github:serokell/deploy-rs";
type = "github";
owner = "serokell";
repo = "deploy-rs";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =