remove explicit pathsToLink
This commit is contained in:
		
							parent
							
								
									f5b0ca48a7
								
							
						
					
					
						commit
						95f3a43622
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -2,7 +2,6 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  config = {
 | 
					  config = {
 | 
				
			||||||
    environment = {
 | 
					    environment = {
 | 
				
			||||||
      pathsToLink = [ "/share/zsh" ];
 | 
					 | 
				
			||||||
      systemPackages = with pkgs; [
 | 
					      systemPackages = with pkgs; [
 | 
				
			||||||
        ncdu
 | 
					        ncdu
 | 
				
			||||||
        glances
 | 
					        glances
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,6 +5,8 @@
 | 
				
			||||||
    export PATH=$PATH:/home/vinzenz/.cargo/bin
 | 
					    export PATH=$PATH:/home/vinzenz/.cargo/bin
 | 
				
			||||||
  '';
 | 
					  '';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  enableCompletion = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  shellAliases = {
 | 
					  shellAliases = {
 | 
				
			||||||
    my-apply = "sudo nixos-rebuild boot --flake";
 | 
					    my-apply = "sudo nixos-rebuild boot --flake";
 | 
				
			||||||
    my-switch = "sudo nixos-rebuild switch --flake";
 | 
					    my-switch = "sudo nixos-rebuild switch --flake";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue