Flake: add non-flake inputs
This commit is contained in:
parent
74cadfd80f
commit
f58fdb8d49
2 changed files with 28 additions and 4 deletions
15
flake.nix
15
flake.nix
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue