Remove DOOMDIR

This commit is contained in:
Jeffrey Serio 2024-09-15 20:40:04 -05:00
parent a6d1f611c0
commit 4ea6506ff6
3 changed files with 3 additions and 22 deletions

View File

@ -235,19 +235,6 @@ themes {
black "#181825" black "#181825"
white "#cdd6f4" white "#cdd6f4"
} }
rose-pine {
bg "#191724"
fg "#e0def4"
red "#eb6f92"
green "#31748f"
blue "#9ccfd8"
yellow "#f6c177"
magenta "#c4a7e7"
orange "#fe640b"
cyan "#ebbcba"
black "#26233a"
white "#e0def4"
}
} }

View File

@ -87,8 +87,6 @@ zplug load
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# ENVIRONMENT VARS # ENVIRONMENT VARS
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
export SHELL=/usr/bin/zsh
export DOOMDIR="${HOME}/shared/doom"
export LS_COLORS=$(vivid generate catppuccin-mocha) export LS_COLORS=$(vivid generate catppuccin-mocha)
export PAGER="less -X" export PAGER="less -X"
export MANWIDTH="88" export MANWIDTH="88"

View File

@ -81,7 +81,7 @@
programs.ssh.enable = true; programs.ssh.enable = true;
programs.ssh.matchBlocks = { programs.ssh.matchBlocks = {
"auxnc-8g" = { "auxnc-8g" = {
hostname = "auxnc-8g.lyrebird-marlin.ts.net"; hostname = "152.53.39.153";
user = "jas"; user = "jas";
}; };
"auxnc-96g" = { "auxnc-96g" = {
@ -104,14 +104,10 @@
hostname = "laptop.lyrebird-marlin.ts.net"; hostname = "laptop.lyrebird-marlin.ts.net";
user = "jas"; user = "jas";
}; };
"nas-vm" = { "nas-pi" = {
hostname = "nas-vm.lyrebird-marlin.ts.net"; hostname = "nas-pi.lyrebird-marlin.ts.net";
user = "jas"; user = "jas";
}; };
"nas" = {
hostname = "nas.lyrebird-marlin.ts.net";
user = "admin";
};
}; };
# direnv # direnv