adding languagetool to emacs
This commit is contained in:
		
							parent
							
								
									ea24472ba6
								
							
						
					
					
						commit
						a7783ed72b
					
				
					 2 changed files with 7 additions and 7 deletions
				
			
		| 
						 | 
					@ -290,7 +290,6 @@ Here is android dev tools packages properly setup for doing android flashes.
 | 
				
			||||||
#+NAME: android-tools
 | 
					#+NAME: android-tools
 | 
				
			||||||
#+begin_src nix
 | 
					#+begin_src nix
 | 
				
			||||||
programs.adb.enable = true;
 | 
					programs.adb.enable = true;
 | 
				
			||||||
users.users.chris.extraGroups = [ "adbusers" ];
 | 
					 | 
				
			||||||
services.udev.packages = [ pkgs.android-udev-rules ];
 | 
					services.udev.packages = [ pkgs.android-udev-rules ];
 | 
				
			||||||
#+end_src
 | 
					#+end_src
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -673,10 +672,10 @@ Notice how I am including all of my software here. It may be a big file, but hav
 | 
				
			||||||
  # Define a user account. Don't forget to set a password with ‘passwd’.
 | 
					  # Define a user account. Don't forget to set a password with ‘passwd’.
 | 
				
			||||||
  users.users.chris = {
 | 
					  users.users.chris = {
 | 
				
			||||||
    isNormalUser = true;
 | 
					    isNormalUser = true;
 | 
				
			||||||
    extraGroups = [ "wheel" "networkmanager" "input" "uinput" ];
 | 
					    extraGroups = [ "adbusers" "wheel" "networkmanager" "input" "uinput" ];
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <android-tools>
 | 
					  <<android-tools>>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  programs.partition-manager.enable = true;
 | 
					  programs.partition-manager.enable = true;
 | 
				
			||||||
  programs.kdeconnect.enable = true;
 | 
					  programs.kdeconnect.enable = true;
 | 
				
			||||||
| 
						 | 
					@ -714,7 +713,7 @@ Notice how I am including all of my software here. It may be a big file, but hav
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  services.emacs = {
 | 
					  services.emacs = {
 | 
				
			||||||
    enable = true;
 | 
					    enable = true;
 | 
				
			||||||
    package = with pkgs; ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ]));
 | 
					    package = with pkgs; ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools epkgs.languagetool pkgs.mu ]));
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <<samba>>
 | 
					  <<samba>>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -184,10 +184,11 @@
 | 
				
			||||||
  # Define a user account. Don't forget to set a password with ‘passwd’.
 | 
					  # Define a user account. Don't forget to set a password with ‘passwd’.
 | 
				
			||||||
  users.users.chris = {
 | 
					  users.users.chris = {
 | 
				
			||||||
    isNormalUser = true;
 | 
					    isNormalUser = true;
 | 
				
			||||||
    extraGroups = [ "wheel" "networkmanager" "input" "uinput" ];
 | 
					    extraGroups = [ "adbusers" "wheel" "networkmanager" "input" "uinput" ];
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <android-tools>
 | 
					  programs.adb.enable = true;
 | 
				
			||||||
 | 
					  services.udev.packages = [ pkgs.android-udev-rules ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  programs.partition-manager.enable = true;
 | 
					  programs.partition-manager.enable = true;
 | 
				
			||||||
  programs.kdeconnect.enable = true;
 | 
					  programs.kdeconnect.enable = true;
 | 
				
			||||||
| 
						 | 
					@ -396,7 +397,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  services.emacs = {
 | 
					  services.emacs = {
 | 
				
			||||||
    enable = true;
 | 
					    enable = true;
 | 
				
			||||||
    package = with pkgs; ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ]));
 | 
					    package = with pkgs; ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools epkgs.languagetool pkgs.mu ]));
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  services.samba-wsdd.enable = true;
 | 
					  services.samba-wsdd.enable = true;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue