Update blender flake, remove references to nix-shell because nix shell is better

This commit is contained in:
Jimbo 2025-01-19 11:42:19 -05:00
parent 84f0222dff
commit a263f06664
4 changed files with 3 additions and 4 deletions

View file

@ -10,7 +10,7 @@
plugins = [ "git" ];
};
initExtra = ''
${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin; pfetch
pfetch
source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh
source ${pkgs.zsh-you-should-use}/share/zsh/plugins/you-should-use/you-should-use.plugin.zsh
setopt HIST_IGNORE_SPACE

View file

@ -5,7 +5,6 @@
flakedate = "doas nix flake update --flake /etc/nixos";
nhs = "doas nh os switch -R /etc/nixos";
nhu = "flakedate && nhs";
ns = "nix-shell -p";
nixclean = "doas nix-store --gc; nix-collect-garbage -d";
nixpurge = "doas nix-collect-garbage --delete-old";