mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Removed broken hyprland plugins
This commit is contained in:
parent
e298eee2a1
commit
d4b9032cf4
|
@ -239,10 +239,5 @@
|
|||
url = "github:StevenBlack/hosts";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
hyprland-plugins = {
|
||||
url = "github:hyprwm/hyprland-plugins";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 = [];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue