added enable option to nvim
changed home-manager personal config namespace from home.* to user.*
This commit is contained in:
		
							parent
							
								
									322788aa3a
								
							
						
					
					
						commit
						6f0e167087
					
				
					 30 changed files with 539 additions and 525 deletions
				
			
		| 
						 | 
				
			
			@ -11,7 +11,11 @@
 | 
			
		|||
    ../../modules/home-manager/terminal/ssh-agent.nix
 | 
			
		||||
    ../../modules/home-manager/terminal/direnv.nix
 | 
			
		||||
    ../../modules/home-manager/terminal/btop.nix
 | 
			
		||||
    ../../modules/home-manager/nvim
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  user.nvim.enable = true;
 | 
			
		||||
 | 
			
		||||
  home.packages = with pkgs; [
 | 
			
		||||
    sshfs
 | 
			
		||||
    just
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -9,8 +9,13 @@
 | 
			
		|||
    ../../modules/home-manager/terminal/nushell
 | 
			
		||||
    ../../modules/home-manager/terminal/starship.nix
 | 
			
		||||
    ../../modules/home-manager/terminal/tiny-irc.nix
 | 
			
		||||
    ../../modules/home-manager/nvim
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  user.nvim = {
 | 
			
		||||
    enable-lsp = true;
 | 
			
		||||
    enable-treesitter = true;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  home.packages = with pkgs; [
 | 
			
		||||
    tre-command
 | 
			
		||||
    diskonaut
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue