feat: update

This commit is contained in:
2025-02-03 11:52:08 -05:00
parent 8ecab747c1
commit 807faf0e43
7 changed files with 295 additions and 60 deletions

View File

@@ -8,7 +8,7 @@
pkgs.comic-mono
];
programs.wezterm = {
enable = true;
enable = false;
extraConfig = builtins.readFile ./wezterm.lua;
};
}