slight reorder of inputs
This commit is contained in:
parent
69584df507
commit
7bfc8e3817
1 changed files with 4 additions and 4 deletions
|
|
@ -66,10 +66,6 @@
|
|||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
firefox-gnome-theme = {
|
||||
url = "github:rafaelmardojai/firefox-gnome-theme";
|
||||
flake = false;
|
||||
};
|
||||
sdm845 = {
|
||||
url = "github:Henry-Hiles/dotfiles-fork";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -86,6 +82,10 @@
|
|||
flake-parts.follows = "flake-parts";
|
||||
};
|
||||
};
|
||||
firefox-gnome-theme = {
|
||||
url = "github:rafaelmardojai/firefox-gnome-theme";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue