summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-05-24 23:27:18 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-05-24 23:27:18 -0600
commitc5df241cef1b62f174a9fb6aa52ee711963c307a (patch)
treeb104671adf833c7d2cf56c6fb2023bc436454beb /flake.nix
parentbe2417e860e5c63033ee579b2f0246013d4a4313 (diff)
weird merge and update
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";