hyprpanel: remove flake input

This commit is contained in:
Christoph Hollizeck 2025-07-03 19:04:36 +02:00
parent ad6d47ade0
commit 651c0d5b97
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 14 additions and 108 deletions

View file

@ -47,8 +47,6 @@
inputs.hyprland.follows = "hyprland";
};
hyprpanel.url = "github:Jas-SinghFSU/HyprPanel";
###
# Snowfall dependencies
snowfall-lib = {
@ -140,7 +138,6 @@
outputs-builder = channels: { formatter = channels.nixpkgs.nixfmt-rfc-style; };
overlays = with inputs; [
hyprpanel.overlay
devenv.overlays.default
];