[shared] Replace Hyprpanel flake with HM module

This commit is contained in:
2025-07-10 22:03:04 +02:00
parent 055c399d31
commit cbcb8f1764
3 changed files with 54 additions and 182 deletions

View File

@ -29,8 +29,6 @@
};
# Catppuccin theming
catppuccin.url = "github:catppuccin/nix";
# Bar
hyprpanel.url = "github:Jas-SinghFSU/HyprPanel";
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-25.05";
# Spotify
spicetify-nix = {
@ -48,7 +46,6 @@
self,
nixpkgs,
home-manager,
simple-nixos-mailserver,
...
}@inputs:
let
@ -179,9 +176,7 @@
};
}
{
nixpkgs.overlays = with inputs; [
hyprpanel.overlay
];
nixpkgs.overlays = [ ];
}
];
};