fix: stabilize waybar with systemd and correct shebangs

This commit is contained in:
Bernardo Magri
2026-04-08 20:03:15 +01:00
parent 8ae026474f
commit ef54a4b67c
5 changed files with 9 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
{
programs.waybar = {
enable = true;
systemd.enable = true;
style = ''
* {
background-color: #${config.colorScheme.palette.base00};
@@ -41,4 +42,8 @@
'';
settings = [ (builtins.fromJSON (builtins.readFile ../../config/waybar/config.jsonc)) ];
};
home.packages = with pkgs; [
font-awesome
];
}