Skip to content

Commit

Permalink
Merge branch '2024-07-31-wsl' into wsl-2024-06-27
Browse files Browse the repository at this point in the history
  • Loading branch information
ADGEfficiency committed Jul 31, 2024
2 parents a197a18 + b45b0c2 commit 850db2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ setup-nix:
. ./nix/load-$(OS).sh && nix-channel --add https://nixos.org/channels/nixpkgs-unstable unstable
. ./nix/load-$(OS).sh && nix-channel --update

NIX_ARGS=--extra-experimental-features nix-command --extra-experimental-features flakes

nix-pkgs: setup-nix
. ./nix/load-$(OS).sh && cd nix && nix flake update && nix profile install
. ./nix/load-$(OS).sh && cd nix && nix flake update $(NIX_ARGS) && nix profile install $(NIX_ARGS)

.PHONY: setup-brew brew-pkgs

Expand Down
2 changes: 1 addition & 1 deletion dotfiles/common/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ pretzo_init() {
export STARSHIP_CONFIG=~/dotfiles/starship/starship.toml
source $HOME/dotfiles/zsh/.zprezto
source $HOME/dotfiles/dotfiles/common/.zpreztorc
source ~/.zprezto/init.zsh
}

starship_init() {
Expand Down Expand Up @@ -83,5 +84,4 @@ eval "$(direnv hook zsh)"

# done twice for a reason
pretzo_init
pretzo_init
fzf_init

0 comments on commit 850db2c

Please sign in to comment.