From 11eb849f4612965022cdb149146abb68f5ddda13 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 26 Jul 2025 07:16:36 -0700 Subject: add themes in toml format for alacritty It's easier to just drop the themes in toml format in the alacritty directory and link them instead of trying to constantly convert them into the nix configuration. Switch the theme to catppuccin-latte (dark) theme for now. Add window decoration back. --- users/profiles/mac.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/profiles/mac.nix') diff --git a/users/profiles/mac.nix b/users/profiles/mac.nix index b95474e..85b3e7c 100644 --- a/users/profiles/mac.nix +++ b/users/profiles/mac.nix @@ -10,7 +10,7 @@ ./secrets.nix ./ssh.nix ./starship.nix - "${self}/users/programs/alacritty.nix" + "${self}/users/programs/alacritty" "${self}/users/programs/bat.nix" ]; -- cgit v1.2.3