This commit is contained in:
Tao Tien 2024-01-30 11:08:42 -08:00
parent b7bfcbeb7d
commit 2478bb7841
3 changed files with 16 additions and 13 deletions

View file

@ -1,16 +1,11 @@
{
programs.helix = {
imports = [
./helix.nix
];
programs.wezterm = {
enable = true;
defaultEditor = true;
settings = {
theme = "dracula";
editor = {
line-number = "relative";
cursorline = true;
completion-replace = true;
};
};
languages = { };
extraConfig = builtins.readFile ./wezterm.lua;
};
programs.git = {