Sops don't work yet, updated lock, zsh nix shell
This commit is contained in:
		
							parent
							
								
									5b6c9302ea
								
							
						
					
					
						commit
						816b858c75
					
				
					 3 changed files with 41 additions and 19 deletions
				
			
		| 
						 | 
				
			
			@ -118,6 +118,18 @@
 | 
			
		|||
 | 
			
		||||
  programs.zsh = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    plugins = [
 | 
			
		||||
      {
 | 
			
		||||
        name = "zsh-nix-shell";
 | 
			
		||||
        file = "nix-shell.plugin.zsh";
 | 
			
		||||
        src = pkgs.fetchFromGitHub {
 | 
			
		||||
          owner = "chisui";
 | 
			
		||||
          repo = "zsh-nix-shell";
 | 
			
		||||
          rev = "v0.7.0";
 | 
			
		||||
          sha256 = "149zh2rm59blr2q458a5irkfh82y3dwdich60s9670kl3cl5h2m1";
 | 
			
		||||
        };
 | 
			
		||||
      }
 | 
			
		||||
    ];
 | 
			
		||||
    enableAutosuggestions = true;
 | 
			
		||||
    enableCompletion = true;
 | 
			
		||||
    historySubstringSearch.enable = true;
 | 
			
		||||
| 
						 | 
				
			
			@ -182,7 +194,6 @@
 | 
			
		|||
        "web-search"
 | 
			
		||||
        "zsh-interactive-cd"
 | 
			
		||||
        "zsh-navigation-tools"
 | 
			
		||||
        "zsh-nix-shell"
 | 
			
		||||
      ];
 | 
			
		||||
      theme = "jtriley";
 | 
			
		||||
    };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue