Fix broken flake and daemon
This commit is contained in:
		
							parent
							
								
									f267f5c2f1
								
							
						
					
					
						commit
						4f4d7049fb
					
				
					 1 changed files with 46 additions and 43 deletions
				
			
		| 
						 | 
					@ -86,7 +86,10 @@
 | 
				
			||||||
        with nix; {
 | 
					        with nix; {
 | 
				
			||||||
          home.packages = [ custom-emacs ];
 | 
					          home.packages = [ custom-emacs ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          services.emacs.enable = true;
 | 
					          services.emacs = {
 | 
				
			||||||
 | 
					            enable = true;
 | 
				
			||||||
 | 
					            package = custom-emacs;
 | 
				
			||||||
 | 
					          };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          xdg.configFile."emacs".source = with pkgs;
 | 
					          xdg.configFile."emacs".source = with pkgs;
 | 
				
			||||||
            runCommandNoCC ".emacs.d" {
 | 
					            runCommandNoCC ".emacs.d" {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue