Compare commits

..

No commits in common. "2842a4b3cd7d141eaa9f7c32a9b2c23a1a12f193" and "09c61a34589980a33ae8f9c87b6f11388b3e0466" have entirely different histories.

5 changed files with 2 additions and 4 deletions

View File

@ -68,6 +68,7 @@ in rec {
loadout = pkgs.buildEnv {
name = "loadout";
paths = [
pkgs2305.nix
pkgs.dosfstools
pkgs.gnugrep
@ -134,7 +135,6 @@ in rec {
pkgs.arandr
pkgs.xsel
pkgs.xorg.xrandr
pkgs.wireshark
bin
((import ./nvim) {}).nvim

View File

@ -8,7 +8,7 @@
zshrc = pkgs.writeTextDir ".zshrc" ''
# Import before anything else, so that we have the full PATH available for
# everything following
. /etc/profile.d/nix-daemon.sh
. ${pkgs.nix}/etc/profile.d/nix.sh
# oh-my-zsh
export ZSH=${pkgs.oh-my-zsh}/share/oh-my-zsh
@ -18,8 +18,6 @@
plugins=(git vi-mode)
source $ZSH/oh-my-zsh.sh
export TERMINFO_DIRS=${pkgs.ncurses}/lib/terminfo:${./terminfo}
export BROWSER=${config.browser}
. ${./zshrc}

Binary file not shown.

Binary file not shown.

Binary file not shown.