formatting
This commit is contained in:
		
							parent
							
								
									9eb783a3e8
								
							
						
					
					
						commit
						14c28c7516
					
				
					 3 changed files with 14 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -66,8 +66,12 @@ inputs.nixpkgs.lib.nixosSystem {
 | 
			
		|||
        ];
 | 
			
		||||
      };
 | 
			
		||||
 | 
			
		||||
      home-manager.users.${config.host.user} = {inputs, osConfig, ...}: {
 | 
			
		||||
        host=osConfig.host;
 | 
			
		||||
      home-manager.users.${config.host.user} = {
 | 
			
		||||
        inputs,
 | 
			
		||||
        osConfig,
 | 
			
		||||
        ...
 | 
			
		||||
      }: {
 | 
			
		||||
        host = osConfig.host;
 | 
			
		||||
        home = {
 | 
			
		||||
          enable-speech = true;
 | 
			
		||||
          nvim = {
 | 
			
		||||
| 
						 | 
				
			
			@ -86,7 +90,7 @@ inputs.nixpkgs.lib.nixosSystem {
 | 
			
		|||
          ../../modules/home-manager/terminal
 | 
			
		||||
          ../../modules/home-manager/nvim
 | 
			
		||||
          ../../modules/home-manager
 | 
			
		||||
          ../modules/home-manager/email.nix
 | 
			
		||||
          ../../modules/home-manager/email.nix
 | 
			
		||||
          inputs.nixvim.homeManagerModules.nixvim
 | 
			
		||||
        ];
 | 
			
		||||
      };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,7 +5,7 @@
 | 
			
		|||
  ...
 | 
			
		||||
}: {
 | 
			
		||||
  # machine specific options
 | 
			
		||||
  home= {
 | 
			
		||||
  home = {
 | 
			
		||||
    enable-speech = true;
 | 
			
		||||
    nvim = {
 | 
			
		||||
      enable-lsp = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -67,8 +67,12 @@ inputs.nixpkgs.lib.nixosSystem {
 | 
			
		|||
        ];
 | 
			
		||||
      };
 | 
			
		||||
 | 
			
		||||
      home-manager.users.${config.host.user} = {inputs, osConfig, ...}: {
 | 
			
		||||
        host=osConfig.host;
 | 
			
		||||
      home-manager.users.${config.host.user} = {
 | 
			
		||||
        inputs,
 | 
			
		||||
        osConfig,
 | 
			
		||||
        ...
 | 
			
		||||
      }: {
 | 
			
		||||
        host = osConfig.host;
 | 
			
		||||
        home = {
 | 
			
		||||
          enable-speech = true;
 | 
			
		||||
          nvim = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue