mirror of
https://codeberg.org/hyperreal/home-manager
synced 2024-11-01 17:33:06 +01:00
Remove DOOMDIR
This commit is contained in:
parent
a6d1f611c0
commit
4ea6506ff6
@ -235,19 +235,6 @@ themes {
|
||||
black "#181825"
|
||||
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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -87,8 +87,6 @@ zplug load
|
||||
# -----------------------------------------------------------------------------
|
||||
# ENVIRONMENT VARS
|
||||
# -----------------------------------------------------------------------------
|
||||
export SHELL=/usr/bin/zsh
|
||||
export DOOMDIR="${HOME}/shared/doom"
|
||||
export LS_COLORS=$(vivid generate catppuccin-mocha)
|
||||
export PAGER="less -X"
|
||||
export MANWIDTH="88"
|
||||
|
10
home.nix
10
home.nix
@ -81,7 +81,7 @@
|
||||
programs.ssh.enable = true;
|
||||
programs.ssh.matchBlocks = {
|
||||
"auxnc-8g" = {
|
||||
hostname = "auxnc-8g.lyrebird-marlin.ts.net";
|
||||
hostname = "152.53.39.153";
|
||||
user = "jas";
|
||||
};
|
||||
"auxnc-96g" = {
|
||||
@ -104,14 +104,10 @@
|
||||
hostname = "laptop.lyrebird-marlin.ts.net";
|
||||
user = "jas";
|
||||
};
|
||||
"nas-vm" = {
|
||||
hostname = "nas-vm.lyrebird-marlin.ts.net";
|
||||
"nas-pi" = {
|
||||
hostname = "nas-pi.lyrebird-marlin.ts.net";
|
||||
user = "jas";
|
||||
};
|
||||
"nas" = {
|
||||
hostname = "nas.lyrebird-marlin.ts.net";
|
||||
user = "admin";
|
||||
};
|
||||
};
|
||||
|
||||
# direnv
|
||||
|
Loading…
Reference in New Issue
Block a user