✨ [shared] Replace Hyprpanel flake with HM module
This commit is contained in:
@ -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 = [ ];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
Reference in New Issue
Block a user