profile: format
This commit is contained in:
		
							parent
							
								
									a19fbdb47d
								
							
						
					
					
						commit
						3123abee3a
					
				@ -17,15 +17,14 @@ let
 | 
				
			|||||||
    keywords = [ "Text" "editor" ];
 | 
					    keywords = [ "Text" "editor" ];
 | 
				
			||||||
    startupNotify = false;
 | 
					    startupNotify = false;
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					in
 | 
				
			||||||
in {
 | 
					{
 | 
				
			||||||
 | 
					 | 
				
			||||||
  options.machine = {
 | 
					  options.machine = {
 | 
				
			||||||
    name = lib.mkOption {
 | 
					    name = lib.mkOption {
 | 
				
			||||||
      type = lib.types.str;
 | 
					      type = lib.types.str;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    eth = lib.mkOption {};
 | 
					    eth = lib.mkOption { };
 | 
				
			||||||
    wlan = lib.mkOption {};
 | 
					    wlan = lib.mkOption { };
 | 
				
			||||||
    secondary-fs = lib.mkOption {
 | 
					    secondary-fs = lib.mkOption {
 | 
				
			||||||
      type = lib.types.nullOr lib.types.nonEmptyStr;
 | 
					      type = lib.types.nullOr lib.types.nonEmptyStr;
 | 
				
			||||||
      default = null;
 | 
					      default = null;
 | 
				
			||||||
@ -76,10 +75,12 @@ in {
 | 
				
			|||||||
      mpv
 | 
					      mpv
 | 
				
			||||||
      sxiv
 | 
					      sxiv
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      dolphin plasma5Packages.dolphin-plugins
 | 
					      dolphin
 | 
				
			||||||
 | 
					      plasma5Packages.dolphin-plugins
 | 
				
			||||||
      ffmpegthumbs
 | 
					      ffmpegthumbs
 | 
				
			||||||
      plasma5Packages.kdegraphics-thumbnailers
 | 
					      plasma5Packages.kdegraphics-thumbnailers
 | 
				
			||||||
      plasma5Packages.kio plasma5Packages.kio-extras
 | 
					      plasma5Packages.kio
 | 
				
			||||||
 | 
					      plasma5Packages.kio-extras
 | 
				
			||||||
      krename
 | 
					      krename
 | 
				
			||||||
      konsole # https://bugs.kde.org/show_bug.cgi?id=407990 reeee
 | 
					      konsole # https://bugs.kde.org/show_bug.cgi?id=407990 reeee
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -90,8 +91,8 @@ in {
 | 
				
			|||||||
    ] ++ lib.optionals (config.profiles.gui.enable && cfg.plus) [
 | 
					    ] ++ lib.optionals (config.profiles.gui.enable && cfg.plus) [
 | 
				
			||||||
      mumble
 | 
					      mumble
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#      texlive.combined.scheme-full
 | 
					      #      texlive.combined.scheme-full
 | 
				
			||||||
#      kile
 | 
					      #      kile
 | 
				
			||||||
      libreoffice
 | 
					      libreoffice
 | 
				
			||||||
      thunderbird
 | 
					      thunderbird
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user