diff options
Diffstat (limited to '')
| -rw-r--r-- | pkgs/by-name/no/notify-run/.envrc (renamed from modules/home.legacy/conf/alacritty/toml/font.toml) | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/modules/home.legacy/conf/alacritty/toml/font.toml b/pkgs/by-name/no/notify-run/.envrc index fd8b0b94..880b1809 100644 --- a/modules/home.legacy/conf/alacritty/toml/font.toml +++ b/pkgs/by-name/no/notify-run/.envrc @@ -1,3 +1,5 @@ +#!/usr/bin/env sh + # nixos-config - My current NixOS configuration # # Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de> @@ -8,18 +10,13 @@ # You should have received a copy of the License along with this program. # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. -[font] -builtin_box_drawing = true -size = 12.0 - -[font.glyph_offset] -x = -1 -y = -1 +use flake || use nix +watch_file flake.nix -[font.normal] -family = "SauceCodePro Nerd Font Mono" -style = "Regular" +PATH_add ./target/debug +PATH_add ./target/release +PATH_add ./scripts -[font.offset] -x = -1 -y = -1 +if on_git_branch; then + echo && git status --short --branch +fi |
