fix: Make custom emacs available on system $PATH
This commit is contained in:
		
							parent
							
								
									95eedea9ac
								
							
						
					
					
						commit
						8f7a720fcf
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		|  | @ -26,8 +26,11 @@ | ||||||
| 
 | 
 | ||||||
|   # Configure emacs: |   # Configure emacs: | ||||||
|   # (actually, that's a lie, this only installs emacs!) |   # (actually, that's a lie, this only installs emacs!) | ||||||
|   services.emacs.install = true; |   services.emacs = { | ||||||
|   services.emacs.defaultEditor = true; |     install = true; | ||||||
|  |     defaultEditor = true; | ||||||
|  |     package = import ./emacs.nix { inherit pkgs; }; | ||||||
|  |   }; | ||||||
| 
 | 
 | ||||||
|   # Enable GNOME keyring (required for Evolution) |   # Enable GNOME keyring (required for Evolution) | ||||||
|   services.gnome3.gnome-keyring.enable = true; |   services.gnome3.gnome-keyring.enable = true; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue