Replaced waybar and swaync with Hyprpanel and dunst

This commit is contained in:
2025-01-09 19:52:08 +01:00
parent 89265aef48
commit 914c25808f
10 changed files with 208 additions and 23 deletions

7
overlays.nix Normal file
View File

@ -0,0 +1,7 @@
{ inputs, ... }:
{
nixpkgs.overlays = with inputs; [
hyprpanel.overlay
];
}