Compare commits
3 Commits
09c61a3458
...
2842a4b3cd
Author | SHA1 | Date | |
---|---|---|---|
2842a4b3cd | |||
ced1c9ab85 | |||
4d3c6a9684 |
@ -68,7 +68,6 @@ in rec {
|
|||||||
loadout = pkgs.buildEnv {
|
loadout = pkgs.buildEnv {
|
||||||
name = "loadout";
|
name = "loadout";
|
||||||
paths = [
|
paths = [
|
||||||
pkgs2305.nix
|
|
||||||
pkgs.dosfstools
|
pkgs.dosfstools
|
||||||
|
|
||||||
pkgs.gnugrep
|
pkgs.gnugrep
|
||||||
@ -135,6 +134,7 @@ in rec {
|
|||||||
pkgs.arandr
|
pkgs.arandr
|
||||||
pkgs.xsel
|
pkgs.xsel
|
||||||
pkgs.xorg.xrandr
|
pkgs.xorg.xrandr
|
||||||
|
pkgs.wireshark
|
||||||
|
|
||||||
bin
|
bin
|
||||||
((import ./nvim) {}).nvim
|
((import ./nvim) {}).nvim
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
zshrc = pkgs.writeTextDir ".zshrc" ''
|
zshrc = pkgs.writeTextDir ".zshrc" ''
|
||||||
# Import before anything else, so that we have the full PATH available for
|
# Import before anything else, so that we have the full PATH available for
|
||||||
# everything following
|
# everything following
|
||||||
. ${pkgs.nix}/etc/profile.d/nix.sh
|
. /etc/profile.d/nix-daemon.sh
|
||||||
|
|
||||||
# oh-my-zsh
|
# oh-my-zsh
|
||||||
export ZSH=${pkgs.oh-my-zsh}/share/oh-my-zsh
|
export ZSH=${pkgs.oh-my-zsh}/share/oh-my-zsh
|
||||||
@ -18,6 +18,8 @@
|
|||||||
plugins=(git vi-mode)
|
plugins=(git vi-mode)
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
export TERMINFO_DIRS=${pkgs.ncurses}/lib/terminfo:${./terminfo}
|
||||||
|
|
||||||
export BROWSER=${config.browser}
|
export BROWSER=${config.browser}
|
||||||
|
|
||||||
. ${./zshrc}
|
. ${./zshrc}
|
||||||
|
BIN
zsh/terminfo/f/foot
Normal file
BIN
zsh/terminfo/f/foot
Normal file
Binary file not shown.
BIN
zsh/terminfo/f/foot+base
Normal file
BIN
zsh/terminfo/f/foot+base
Normal file
Binary file not shown.
BIN
zsh/terminfo/f/foot-direct
Normal file
BIN
zsh/terminfo/f/foot-direct
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user