Regenerated

This commit is contained in:
2026-03-23 12:51:40 +00:00
parent 8db26307d8
commit 41f4a694ef
33 changed files with 3 additions and 1423 deletions
+3 -3
View File
@@ -984,10 +984,10 @@ in
# Install Waybar globally
environment.systemPackages = [ pkgs.waybar ];
# Home Manager module to contribute files to the existing user
home-manager.users = lib.mkIf true {
# Contribute to the existing Home Manager users map safely
home-manager.users = lib.recursiveUpdate config.home-manager.users {
${username} = {
home.file = {
home.file = lib.recursiveUpdate (config.home-manager.users.${username}.home.file or {}) {
".config/waybar/config" = { source = "${assetPath}/config"; };
".config/waybar/style.css" = { source = "${assetPath}/style.css"; };
};