From 4ac94914664cb37b39cc2b164d738bf96b268fd7 Mon Sep 17 00:00:00 2001 From: Satria Date: Sun, 15 Feb 2026 09:24:09 +0700 Subject: [PATCH] tweaks --- modules/home/core/zsh.nix | 14 ++++++++------ modules/home/rice/waybar.nix | 6 +++--- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/modules/home/core/zsh.nix b/modules/home/core/zsh.nix index 7c99bba..1c91e4d 100644 --- a/modules/home/core/zsh.nix +++ b/modules/home/core/zsh.nix @@ -21,12 +21,14 @@ autocd = true; syntaxHighlighting.enable = true; envExtra = '' - NIXPKGS_ALLOW_UNFREE=1 - WINEPREFIX="~/.wine" - WINEARCH="win64" - DISPLAY=":0" - EDITOR="nvim" - PORT="3000" + export NIXPKGS_ALLOW_UNFREE=1 + export NIXPKGS_ALLOW_INSECURE=1 + export NH_FLAKE=${flake-path} + export WINEPREFIX="~/.wine" + export WINEARCH="win64" + export DISPLAY=":0" + export EDITOR="nvim" + export PORT="3000" ''; shellAliases = { "cd-gvfs" = "cd /run/user/$(id -u)/gvfs"; diff --git a/modules/home/rice/waybar.nix b/modules/home/rice/waybar.nix index 5fe76b4..8481f4f 100644 --- a/modules/home/rice/waybar.nix +++ b/modules/home/rice/waybar.nix @@ -258,9 +258,9 @@ font-weight: normal; } - .critical, .muted, .performance { color: @red; } - .warning, .urgent, .disabled, .disconnected, .paused { color: @yellow; } - .charging, .plugged, .power-saver { color: @green; } + .critical, .muted, .performance { border-color: @red; color: @red; } + .warning, .urgent, .disabled, .disconnected, .paused { border-color: @yellow; color: @yellow; } + .charging, .plugged, .power-saver { border-color: @green; color: @green; } ''; }; }