Compare commits
	
		
			3 commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
							
							
								
							
							
	
	
		
			
		
	
	6110ca33b2 | 
						
						
							|||
| 
							
							
								
							
							
	
	
		
			
		
	
	96f7452747 | 
						
						
							|||
| 
							
							
								
							
							
	
	
		
			
		
	
	5d6151924c | 
						
						
							
					 1 changed files with 9 additions and 9 deletions
				
			
		
							
								
								
									
										18
									
								
								README.org
									
										
									
									
									
								
							
							
						
						
									
										18
									
								
								README.org
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
#+title: Pankomacs
 | 
			
		||||
#+options: num:nil
 | 
			
		||||
#+options: toc:nil num:nil
 | 
			
		||||
 | 
			
		||||
#+html: <img src="media/panko.gif" height="256px">
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -26,15 +26,15 @@ like this:
 | 
			
		|||
You can then, for example, use it in your NixOS configuration by using this in
 | 
			
		||||
your NixOS configuration:
 | 
			
		||||
#+begin_src nix
 | 
			
		||||
  {inputs, pkgs, ...}: {
 | 
			
		||||
    services.emacs = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      package = inputs.pankomacs.lib.mkPankomacs {
 | 
			
		||||
        inherit pkgs;
 | 
			
		||||
        emacs = pkgs.emacs-pgtk; # non-specific
 | 
			
		||||
      };
 | 
			
		||||
{ inputs, pkgs, ... }: {
 | 
			
		||||
  services.emacs = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    package = inputs.pankomacs.lib.mkPankomacs {
 | 
			
		||||
      inherit pkgs;
 | 
			
		||||
      emacs = pkgs.emacs-pgtk; # non-specific
 | 
			
		||||
    };
 | 
			
		||||
  }
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
* Where did the name come from?
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue