This commit is contained in:
Lilith 2025-03-14 14:52:17 +01:00
parent 3f6e9e372c
commit ee9c1366a9
Signed by: lilith
GPG key ID: 8712A0F317C37175
6 changed files with 18 additions and 12 deletions

View file

@ -1,3 +1,10 @@
{hyprpanel, ...}: {
imports = [ hyprpanel.homeManagerModules.hyprpanel ];
programs.hyprpanel = {
enable = true;
overlay.enable = true;
hyprland.enable = true;
};
}