remove explicit pathsToLink

This commit is contained in:
Vinzenz Schroeter 2024-12-14 11:44:31 +01:00
parent f5b0ca48a7
commit 95f3a43622
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,6 @@
{
config = {
environment = {
pathsToLink = [ "/share/zsh" ];
systemPackages = with pkgs; [
ncdu
glances

View file

@ -5,6 +5,8 @@
export PATH=$PATH:/home/vinzenz/.cargo/bin
'';
enableCompletion = true;
shellAliases = {
my-apply = "sudo nixos-rebuild boot --flake";
my-switch = "sudo nixos-rebuild switch --flake";