Regenerated
This commit is contained in:
+388
-383
File diff suppressed because it is too large
Load Diff
+8
-3
@@ -1333,14 +1333,19 @@ let
|
|||||||
basePath = mutableConfigPath;
|
basePath = mutableConfigPath;
|
||||||
waybarPath = "${mutableConfigPath}/waybar";
|
waybarPath = "${mutableConfigPath}/waybar";
|
||||||
|
|
||||||
# Helper to make out-of-store symlinks (clean + reusable)
|
usable)
|
||||||
link = path: config.lib.file.mkOutOfStoreSymlink path;
|
|
||||||
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
environment.systemPackages = [ pkgs.waybar ];
|
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 = {
|
home.file = {
|
||||||
# --- Waybar config (REAL symlinks, not copied into store)
|
# --- Waybar config (REAL symlinks, not copied into store)
|
||||||
".config/waybar/config.jsonc".source =
|
".config/waybar/config.jsonc".source =
|
||||||
|
|||||||
@@ -8,14 +8,19 @@ let
|
|||||||
basePath = mutableConfigPath;
|
basePath = mutableConfigPath;
|
||||||
waybarPath = "${mutableConfigPath}/waybar";
|
waybarPath = "${mutableConfigPath}/waybar";
|
||||||
|
|
||||||
# Helper to make out-of-store symlinks (clean + reusable)
|
usable)
|
||||||
link = path: config.lib.file.mkOutOfStoreSymlink path;
|
|
||||||
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
environment.systemPackages = [ pkgs.waybar ];
|
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 = {
|
home.file = {
|
||||||
# --- Waybar config (REAL symlinks, not copied into store)
|
# --- Waybar config (REAL symlinks, not copied into store)
|
||||||
".config/waybar/config.jsonc".source =
|
".config/waybar/config.jsonc".source =
|
||||||
|
|||||||
Reference in New Issue
Block a user