10 lines
184 B
Nix
10 lines
184 B
Nix
{hyprpanel, ...}: {
|
|
imports = [ hyprpanel.homeManagerModules.hyprpanel ];
|
|
|
|
programs.hyprpanel = {
|
|
enable = true;
|
|
overlay.enable = true;
|
|
|
|
hyprland.enable = true;
|
|
};
|
|
}
|