summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index bb77e61..c12bcca 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,11 +14,10 @@
};
# modern window compositor
- # hyprland.url = "github:hyprwm/Hyprland";
- # hyprland = {
- # url = "github:hyprwm/Hyprland";
- # inputs.nixpkgs.follows = "nixpkgs";
- # };
+ hyprland = {
+ url = "github:hyprwm/Hyprland";
+ inputs.nixpkgs.follows = "nixpkgs-unstable";
+ };
nix-colors.url = "github:misterio77/nix-colors";