Regenerated
This commit is contained in:
+3
-3
@@ -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"; };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user