62 lines
1.5 KiB
Nix
62 lines
1.5 KiB
Nix
{
|
|
outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules);
|
|
|
|
inputs = {
|
|
den.url = "github:vic/den";
|
|
|
|
flake-aspects.url = "github:vic/flake-aspects";
|
|
|
|
flake-file.url = "github:vic/flake-file";
|
|
|
|
flake-parts = {
|
|
inputs.nixpkgs-lib.follows = "nixpkgs-lib";
|
|
url = "github:hercules-ci/flake-parts";
|
|
};
|
|
|
|
home-manager = {
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
url = "github:nix-community/home-manager";
|
|
};
|
|
|
|
import-tree.url = "github:vic/import-tree";
|
|
|
|
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
|
|
|
nixpkgs-lib.follows = "nixpkgs";
|
|
|
|
systems.url = "github:nix-systems/default";
|
|
|
|
stylix = {
|
|
url = "github:nix-community/stylix";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
|
|
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=latest";
|
|
|
|
copyparty.url = "github:9001/copyparty";
|
|
|
|
catppuccin.url = "github:catppuccin/nix";
|
|
|
|
nixcord.url = "github:FlameFlag/nixcord";
|
|
|
|
catppuccin-userstyles-nix = {
|
|
url = "github:4DBug/catppuccin-userstyles-nix";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
|
|
nix-citizen.url = "github:LovingMelody/nix-citizen";
|
|
|
|
nix-gaming.url = "github:fufexan/nix-gaming";
|
|
nix-citizen.inputs.nix-gaming.follows = "nix-gaming";
|
|
|
|
# hytale-launcher.url = "github:JPyke3/hytale-launcher-nix";
|
|
|
|
nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel/release";
|
|
|
|
omnisearch = {
|
|
url = "git+https://git.bwaaa.monster/omnisearch";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
};
|
|
}
|