Regenerated

This commit is contained in:
2026-04-27 18:46:59 +02:00
parent 0c20194115
commit 0c89582f00
3 changed files with 404 additions and 389 deletions
+388 -383
View File
File diff suppressed because it is too large Load Diff
+8 -3
View File
@@ -1333,14 +1333,19 @@ let
basePath = mutableConfigPath;
waybarPath = "${mutableConfigPath}/waybar";
# Helper to make out-of-store symlinks (clean + reusable)
link = path: config.lib.file.mkOutOfStoreSymlink path;
usable)
in
{
environment.systemPackages = [ pkgs.waybar ];
home-manager.users.${username} = { config, lib, ... }: {
home-manager.users.${username} = { config, lib, ... }:
let
# Helper to make out-of-store symlinks (clean + re
link = path: lib.file.mkOutOfStoreSymlink path;
in
{
home.file = {
# --- Waybar config (REAL symlinks, not copied into store)
".config/waybar/config.jsonc".source =
@@ -8,14 +8,19 @@ let
basePath = mutableConfigPath;
waybarPath = "${mutableConfigPath}/waybar";
# Helper to make out-of-store symlinks (clean + reusable)
link = path: config.lib.file.mkOutOfStoreSymlink path;
usable)
in
{
environment.systemPackages = [ pkgs.waybar ];
home-manager.users.${username} = { config, lib, ... }: {
home-manager.users.${username} = { config, lib, ... }:
let
# Helper to make out-of-store symlinks (clean + re
link = path: lib.file.mkOutOfStoreSymlink path;
in
{
home.file = {
# --- Waybar config (REAL symlinks, not copied into store)
".config/waybar/config.jsonc".source =