1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41:08 +01:00

minimize usage of //

This commit is contained in:
2025-12-25 08:21:59 +01:00
parent 583bc83839
commit 3a6428982f
3 changed files with 348 additions and 303 deletions

View File

@@ -130,12 +130,12 @@ in {
titlebar = false;
border = 1;
};
bars = [
(config.home-manager.users.me.stylix.targets.i3.exportedBarConfig
// rec {
bars = let position = "bottom"; in [
(lib.recursiveUpdate config.home-manager.users.me.stylix.targets.i3.exportedBarConfig
{
workspaceButtons = true;
mode = "hide"; # "dock";
position = "bottom";
inherit position;
statusCommand = toString (pkgs.writers.writeDash "i3status-rust" ''
export I3RS_GITHUB_TOKEN="$(cat ${config.age.secrets.github-token-i3status-rust.path})"
export OPENWEATHERMAP_API_KEY="$(cat ${config.age.secrets.openweathermap-api-key.path})"