Flake: add non-flake inputs

This commit is contained in:
Toast 2024-10-24 13:50:48 +02:00
parent 74cadfd80f
commit f58fdb8d49
2 changed files with 28 additions and 4 deletions

View file

@ -68,10 +68,6 @@
catppuccin.url = "github:catppuccin/nix";
lix = {
url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
flake = false;
};
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz";
inputs.nixpkgs.follows = "nixpkgs-raw";
@ -87,6 +83,17 @@
url = "github:Infinidoge/nix-minecraft";
inputs.nixpkgs.follows = "nixpkgs-raw";
};
# Non flake inputs / random things
lix = {
url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
flake = false;
};
eza-themes = {
url = "github:eza-community/eza-themes";
flake = false;
};
};
outputs = {...} @ inputs: