fixed hyprland config getting garbage collected

This commit is contained in:
2026-07-13 12:18:04 +01:00
parent 9d20805a2b
commit 44b51bf454
3 changed files with 27 additions and 0 deletions

View File

@@ -11,6 +11,10 @@
url = "git+https://git.voidarc.co.uk/voidarc/hypr";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland-config = {
url = "git+https://git.voidarc.co.uk/voidarc/hypr";
flake = false;
};
otter-launcher = {
url = "github:kuokuo123/otter-launcher";
inputs.nixpkgs.follows = "nixpkgs";