waybar systemd

This commit is contained in:
Dennis Schoepf 2025-12-19 01:29:06 +01:00
parent d3b131ae8d
commit 9cf843ec06
3 changed files with 9 additions and 2 deletions

View file

@ -5,5 +5,11 @@
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/dev/nix-config/modules/wm/waybar/config";
};
programs.waybar.enable = true;
programs.waybar = {
enable = true;
systemd = {
enable = true;
target = "graphical.target";
};
};
}