summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index e41fe15..1d9ae13 100644
--- a/flake.nix
+++ b/flake.nix
@@ -142,10 +142,6 @@
url = "git+https://git.project-insanity.org/onny/wl-togglescreens.git?ref=main";
inputs.nixpkgs.follows = "nixpkgs";
};
- hyprland = {
- url = "github:hyprwm/hyprland";
- inputs.systems.follows = "systems";
- };
};
#}}}
outputs = {
@@ -161,7 +157,6 @@
flake-utils,
agenix,
ragenix,
- hyprland,
...
} @ attrs:
flake-utils.lib.eachDefaultSystem (system: let
@@ -210,7 +205,6 @@
flake-utils
agenix
ragenix
- hyprland
;
};
};