reorder inputs
This commit is contained in:
parent
4bd4327a6d
commit
de1bc287d5
1 changed files with 14 additions and 16 deletions
28
flake.nix
28
flake.nix
|
@ -30,13 +30,13 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
# neovim
|
nixos-wsl = {
|
||||||
nvf.url = "github:notashelf/nvf";
|
url = "github:nix-community/nixos-wsl";
|
||||||
|
inputs = {
|
||||||
# plymouth theme
|
nixpkgs.follows = "nixpkgs";
|
||||||
nixos-boot.url = "github:Melkor333/nixos-boot";
|
flake-compat.follows = "";
|
||||||
|
};
|
||||||
firefox.url = "github:nix-community/flake-firefox-nightly";
|
};
|
||||||
|
|
||||||
stylix.url = "github:nix-community/stylix";
|
stylix.url = "github:nix-community/stylix";
|
||||||
|
|
||||||
|
@ -46,6 +46,12 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# neovim
|
||||||
|
nvf.url = "github:notashelf/nvf";
|
||||||
|
|
||||||
|
# plymouth theme
|
||||||
|
nixos-boot.url = "github:Melkor333/nixos-boot";
|
||||||
|
|
||||||
zen-browser.url = "github:MarceColl/zen-browser-flake";
|
zen-browser.url = "github:MarceColl/zen-browser-flake";
|
||||||
|
|
||||||
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
|
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
|
||||||
|
@ -72,14 +78,6 @@
|
||||||
grub2-themes = {
|
grub2-themes = {
|
||||||
url = "github:vinceliuice/grub2-themes";
|
url = "github:vinceliuice/grub2-themes";
|
||||||
};
|
};
|
||||||
|
|
||||||
nixos-wsl = {
|
|
||||||
url = "github:nix-community/nixos-wsl";
|
|
||||||
inputs = {
|
|
||||||
nixpkgs.follows = "nixpkgs";
|
|
||||||
flake-compat.follows = "";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs: inputs.snowfall-lib.mkFlake {
|
outputs = inputs: inputs.snowfall-lib.mkFlake {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue