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