From b7654cd2cd689c708af91e11a1f60d92ef6b2beb Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 6 Apr 2024 08:29:05 -0500 Subject: [PATCH] Forgot to remove hyprland-plugins refs from flake --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 92f99aab..f8142d50 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ outputs = inputs@{ self, nixpkgs, nixpkgs-stable, emacs-pin-nixpkgs, kdenlive-pin-nixpkgs, home-manager, nix-doom-emacs, nix-straight, stylix, - blocklist-hosts, hyprland-plugins, rust-overlay, org-nursery, org-yaap, + blocklist-hosts, rust-overlay, org-nursery, org-yaap, org-side-tree, org-timeblock, org-krita, phscroll, mini-frame, ... }: let # ---- SYSTEM SETTINGS ---- # @@ -134,7 +134,6 @@ inherit (inputs) mini-frame; #inherit (inputs) nix-flatpak; inherit (inputs) stylix; - inherit (inputs) hyprland-plugins; }; }; };