This commit is contained in:
Miguel Palhas
2025-01-06 22:33:22 +00:00
parent 2475f7818a
commit 463c15310b
2 changed files with 45 additions and 48 deletions
@@ -1,25 +1,9 @@
{
inputs,
config,
pkgs,
...
}:
{
imports = [ inputs.hyprpanel.homeManagerModules.hyprpanel ];
programs.hyprpanel = {
enable = true;
systemd.enable = true;
overwrite.enable = true;
settings = {
theme.bar.transparent = true;
theme.font = {
name = "Fira Code Nerd Font";
size = "14px";
};
};
};
}