266 current 1970-01-01 01:00:00 23.11.20240326.4473351 6.1.82 *
This commit is contained in:
		| @@ -90,6 +90,29 @@ | ||||
|     wget | ||||
|     fprintd | ||||
|     home-manager | ||||
|     (let | ||||
|       base = pkgs.appimageTools.defaultFhsEnvArgs; | ||||
|     in | ||||
|       pkgs.buildFHSUserEnv (base | ||||
|         // { | ||||
|           name = "fhs"; | ||||
|           targetPkgs = pkgs: ( | ||||
|             # pkgs.buildFHSUserEnv provides only a minimal FHS environment, | ||||
|             # lacking many basic packages needed by most software. | ||||
|             # Therefore, we need to add them manually. | ||||
|             # | ||||
|             # pkgs.appimageTools provides basic packages required by most software. | ||||
|             (base.targetPkgs pkgs) | ||||
|             ++ [ | ||||
|               pkg-config | ||||
|               ncurses | ||||
|               # Feel free to add more packages here if needed. | ||||
|             ] | ||||
|           ); | ||||
|           profile = "export FHS=1"; | ||||
|           runScript = "bash"; | ||||
|           extraOutputsToInstall = ["dev"]; | ||||
|         })) | ||||
|   ]; | ||||
|  | ||||
|   fonts.packages = with pkgs; [ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user