remove micro, epiphany, gnome-tour
This commit is contained in:
		
							parent
							
								
									822a75d842
								
							
						
					
					
						commit
						e85ece0859
					
				
					 2 changed files with 2 additions and 13 deletions
				
			
		| 
						 | 
					@ -38,12 +38,13 @@ in {
 | 
				
			||||||
    # remove some gnome default apps
 | 
					    # remove some gnome default apps
 | 
				
			||||||
    environment.gnome.excludePackages = with pkgs.gnome; [
 | 
					    environment.gnome.excludePackages = with pkgs.gnome; [
 | 
				
			||||||
      cheese # photo booth
 | 
					      cheese # photo booth
 | 
				
			||||||
      #epiphany # web browser
 | 
					      epiphany # web browser
 | 
				
			||||||
      evince # document viewer
 | 
					      evince # document viewer
 | 
				
			||||||
      geary # email client
 | 
					      geary # email client
 | 
				
			||||||
      gnome-maps
 | 
					      gnome-maps
 | 
				
			||||||
      gnome-weather
 | 
					      gnome-weather
 | 
				
			||||||
      gnome-music
 | 
					      gnome-music
 | 
				
			||||||
 | 
					      pkgs.gnome-tour
 | 
				
			||||||
    ];
 | 
					    ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    environment.systemPackages = with pkgs.gnome; [ghex];
 | 
					    environment.systemPackages = with pkgs.gnome; [ghex];
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -163,18 +163,6 @@ in
 | 
				
			||||||
          ];
 | 
					          ];
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        micro = {
 | 
					 | 
				
			||||||
          enable = true;
 | 
					 | 
				
			||||||
          settings = {
 | 
					 | 
				
			||||||
            colorcolumn = 120;
 | 
					 | 
				
			||||||
            hlsearch = true;
 | 
					 | 
				
			||||||
            savecursor = true;
 | 
					 | 
				
			||||||
            saveundo = true;
 | 
					 | 
				
			||||||
            scrollbar = true;
 | 
					 | 
				
			||||||
            smartpaste = true;
 | 
					 | 
				
			||||||
          };
 | 
					 | 
				
			||||||
        };
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        # checked https://rycee.gitlab.io/home-manager/options.html until "programs.notmuch"
 | 
					        # checked https://rycee.gitlab.io/home-manager/options.html until "programs.notmuch"
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue