This commit is contained in:
mjallen18
2026-02-06 08:48:46 -06:00
parent a68c91264f
commit bf48d8fcf0
10 changed files with 71 additions and 32 deletions

View File

@@ -112,9 +112,14 @@
inputs.nixpkgs.follows = "nixpkgs";
};
end4-dotfiles = {
url = "git+https://github.com/end-4/dots-hyprland?submodules=1";
flake = false;
};
illogical-flake = {
url = "github:soymou/illogical-flake";
inputs.nixpkgs.follows = "nixpkgs";
inputs.dotfiles.follows = "end4-dotfiles";
};
};