aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 1fcdd4b..6b14937 100644
--- a/flake.nix
+++ b/flake.nix
@@ -21,6 +21,14 @@
#url = "git+file:///home/boss/Documents/Coding/WM/YATwm";
inputs.nixpkgs.follows = "nixpkgs";
};
+ # hyprland = {
+ # url = "github:hyprwm/Hyprland";
+ # inputs.nixpkgs.follows = "nixpkgs";
+ # };
+ hyprlock = {
+ url = "github:hyprwm/hyprlock";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
nil = {
url = "github:oxalica/nil";
inputs.nixpkgs.follows = "nixpkgs";