mirror of
				https://github.com/materusPL/nixos-config
				synced 2025-11-04 06:20:27 +01:00 
			
		
		
		
	homes: add plasma-manager as shared home module, remove from hosts
This commit is contained in:
		
							parent
							
								
									0a163b6dc0
								
							
						
					
					
						commit
						4737695b57
					
				@ -34,7 +34,6 @@ let
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            home-manager.useGlobalPkgs = true;
 | 
					            home-manager.useGlobalPkgs = true;
 | 
				
			||||||
            home-manager.useUserPackages = true;
 | 
					            home-manager.useUserPackages = true;
 | 
				
			||||||
            home-manager.sharedModules = [ materusCfg.configInputs.plasma-manager.homeManagerModules.plasma-manager ];
 | 
					 | 
				
			||||||
            home-manager.users = (builtins.foldl' (a: b: a // b) { } (builtins.map
 | 
					            home-manager.users = (builtins.foldl' (a: b: a // b) { } (builtins.map
 | 
				
			||||||
              (user: {
 | 
					              (user: {
 | 
				
			||||||
                ${user} = ({ ... }:
 | 
					                ${user} = ({ ... }:
 | 
				
			||||||
 | 
				
			|||||||
@ -49,6 +49,7 @@ let
 | 
				
			|||||||
            ./${username}
 | 
					            ./${username}
 | 
				
			||||||
            profiles.homeProfile
 | 
					            profiles.homeProfile
 | 
				
			||||||
            materusCfg.configInputs.sops-nix.homeManagerModules.sops
 | 
					            materusCfg.configInputs.sops-nix.homeManagerModules.sops
 | 
				
			||||||
 | 
					            materusCfg.configInputs.plasma-manager.homeManagerModules.plasma-manager
 | 
				
			||||||
          ];
 | 
					          ];
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user