Regenerated
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user