summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
-rw-r--r--accounts/gkleen@sif/default.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index f4a121c4..ccb772e9 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -345,6 +345,19 @@ in {
345 "kitty_mod+t" = "new_tab_with_cwd"; 345 "kitty_mod+t" = "new_tab_with_cwd";
346 }; 346 };
347 }; 347 };
348 alacritty = {
349 enable = true;
350 theme = "kitty";
351 settings = {
352 font = {
353 normal = {
354 family = "Fira Mono";
355 style = "Medium";
356 };
357 size = 10;
358 };
359 };
360 };
348 fuzzel = { 361 fuzzel = {
349 enable = true; 362 enable = true;
350 settings = { 363 settings = {