Add new modules and configurations for HyprPanel and related components
This commit is contained in:
11
modules/home-manager/hyprpanel.nix
Normal file
11
modules/home-manager/hyprpanel.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [ inputs.hyprpanel.homeManagerModules.hyprpanel ];
|
||||
|
||||
programs.hyprpanel = {
|
||||
enable = true;
|
||||
systemd.enable = true;
|
||||
overwrite.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user