This commit is contained in:
2024-04-04 11:17:48 +01:00
parent 45a1233bbf
commit fe9d444b6a
5 changed files with 195 additions and 7 deletions
+9 -1
View File
@@ -9,10 +9,18 @@
};
hyprland.url = "github:hyprwm/Hyprland";
hyprlan-plugins = {
hyprland-plugins = {
url = "github:hyprwm/hyprland-plugins";
inputs.hyprland.follows = "hyprland";
};
hyprlock = {
url = "github:hyprwm/hyprlock";
inputs.nixpkgs.follows = "nixpkgs";
};
hypridle = {
url = "github:hyprwm/hypridle";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, ... }@inputs: