kmail/ kde-pim: install via NixOS option instead
Installing the kde-pim sutie is quite complex. Thus, there's a `programs.kde-pim` in NixOS now to keep track of all necessarry packages. Removing the attempted list of necessary packages from explicit NixOS and home packages instead.
This commit is contained in:
		
							parent
							
								
									df2f955ed2
								
							
						
					
					
						commit
						05ed1a8f0d
					
				
					 3 changed files with 7 additions and 9 deletions
				
			
		| 
						 | 
					@ -158,6 +158,13 @@ in
 | 
				
			||||||
    wayland.enable = true;
 | 
					    wayland.enable = true;
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
  services.desktopManager.plasma6.enable = true;
 | 
					  services.desktopManager.plasma6.enable = true;
 | 
				
			||||||
 | 
					  # TODO: move out into a plasma.nix module
 | 
				
			||||||
 | 
					  programs.kde-pim = {
 | 
				
			||||||
 | 
					    enable = true;
 | 
				
			||||||
 | 
					    kmail = true;
 | 
				
			||||||
 | 
					    kontact = true;
 | 
				
			||||||
 | 
					    merkuro = true;
 | 
				
			||||||
 | 
					  };
 | 
				
			||||||
  # enable wayland for Chromium and Electron
 | 
					  # enable wayland for Chromium and Electron
 | 
				
			||||||
  environment.sessionVariables.NIXOS_OZONE_WL = "1";
 | 
					  environment.sessionVariables.NIXOS_OZONE_WL = "1";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -48,8 +48,6 @@
 | 
				
			||||||
    networkmanager-openconnect
 | 
					    networkmanager-openconnect
 | 
				
			||||||
    networkmanager-vpnc
 | 
					    networkmanager-vpnc
 | 
				
			||||||
    networkmanager-openvpn
 | 
					    networkmanager-openvpn
 | 
				
			||||||
    # TODO: is this still necessary?
 | 
					 | 
				
			||||||
    kdePackages.akonadi-mime # for KOrganizer
 | 
					 | 
				
			||||||
    # for some Flatpak packkages
 | 
					    # for some Flatpak packkages
 | 
				
			||||||
    accountsservice
 | 
					    accountsservice
 | 
				
			||||||
  ];
 | 
					  ];
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -198,13 +198,6 @@ let
 | 
				
			||||||
      okular
 | 
					      okular
 | 
				
			||||||
      gwenview
 | 
					      gwenview
 | 
				
			||||||
      yakuake
 | 
					      yakuake
 | 
				
			||||||
      kmail
 | 
					 | 
				
			||||||
      kontact
 | 
					 | 
				
			||||||
      korganizer
 | 
					 | 
				
			||||||
      akonadi-mime # for KOrganizer
 | 
					 | 
				
			||||||
      kmail-account-wizard
 | 
					 | 
				
			||||||
      akonadi-import-wizard
 | 
					 | 
				
			||||||
      kaddressbook
 | 
					 | 
				
			||||||
      kdeconnect
 | 
					      kdeconnect
 | 
				
			||||||
      dolphin
 | 
					      dolphin
 | 
				
			||||||
      spectacle
 | 
					      spectacle
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue