diff --git a/flake.nix b/flake.nix index 42b01c9..92f99aa 100644 --- a/flake.nix +++ b/flake.nix @@ -239,10 +239,5 @@ url = "github:StevenBlack/hosts"; flake = false; }; - - hyprland-plugins = { - url = "github:hyprwm/hyprland-plugins"; - flake = false; - }; }; } diff --git a/user/wm/hyprland/hyprbars.nix b/user/wm/hyprland/hyprbars.nix deleted file mode 100644 index b6ebe61..0000000 --- a/user/wm/hyprland/hyprbars.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ config, lib, stdenv, pkgs, hyprland-plugins, ... }: - -stdenv.mkDerivation rec { - pname = "hyprbars"; - version = "unstable"; - src = "${hyprland-plugins}/hyprbars"; - nativeBuildInputs = [ pkgs.hyprland.nativeBuildInputs ]; - buildInputs = [ pkgs.hyprland pkgs.hyprland.buildInputs ]; - meta = { - homepage = "https://gitlab.com/phoneybadger/pokemon-colorscripts"; - description = "CLI utility to print out images of pokemon to terminal"; - license = lib.licenses.mit; - maintainers = []; - }; -}