mirror of
				https://github.com/materusPL/nixos-config
				synced 2025-11-04 06:20:27 +01:00 
			
		
		
		
	Add plasma-manager, remove inputs from devshell
This commit is contained in:
		
							parent
							
								
									ac5447eff2
								
							
						
					
					
						commit
						40869ddd02
					
				
							
								
								
									
										14
									
								
								flake.nix
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								flake.nix
									
									
									
									
									
								
							@ -29,10 +29,9 @@
 | 
			
		||||
      ref = "main";
 | 
			
		||||
      inputs = {
 | 
			
		||||
        nixpkgs.follows = "nixpkgs";
 | 
			
		||||
        flake-utils.follows = "flake-utils";
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
    home-manager = {
 | 
			
		||||
      type = "github";
 | 
			
		||||
      owner = "nix-community";
 | 
			
		||||
@ -93,6 +92,17 @@
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    plasma-manager = {
 | 
			
		||||
      type = "github";
 | 
			
		||||
      owner = "nix-community";
 | 
			
		||||
      repo = "plasma-manager";
 | 
			
		||||
      ref = "trunk";
 | 
			
		||||
      inputs = {
 | 
			
		||||
        nixpkgs.follows = "nixpkgs";
 | 
			
		||||
        home-manager.follows = "home-manager";
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    nur = {
 | 
			
		||||
      type = "github";
 | 
			
		||||
      owner = "nix-community";
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user