266 current 1970-01-01 01:00:00 23.11.20240326.4473351 6.1.82 *
This commit is contained in:
parent
4c45aa0005
commit
cd200e0d1b
@ -90,6 +90,29 @@
|
|||||||
wget
|
wget
|
||||||
fprintd
|
fprintd
|
||||||
home-manager
|
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; [
|
fonts.packages = with pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user