summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-04-22 12:45:52 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-04-22 12:45:52 -0600
commit26a3353104996f8e9531b6755a5892c1548885e3 (patch)
treefe3c03eb4435b5103c38248f2e4dfdb6407ad59a /flake.nix
parenteeeb4e22167982715bad2faee445c819a544dcdc (diff)
hypr-plugins barely even has any plugins
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index d5f2a9d..1e079c9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -19,10 +19,6 @@
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
- hyprland-plugins = {
- url = "github:hyprwm/hyprland-plugins";
- inputs.hyprland.follows = "hyprland";
- };
nix-colors.url = "github:misterio77/nix-colors";