mirror of
https://codeberg.org/hyperreal/home-manager
synced 2024-11-25 14:53:40 +01:00
Remove DOOMDIR
This commit is contained in:
parent
a6d1f611c0
commit
4ea6506ff6
@ -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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
10
home.nix
10
home.nix
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user