Added thunar deps; removed evil-winrm and binaryninja pkgs

This commit is contained in:
Random936
2024-11-21 18:46:32 -08:00
parent c3060e0b48
commit bffa0e43a2
9 changed files with 22 additions and 367 deletions

View File

@@ -35,6 +35,22 @@
vim
screen
killall
# Create a "fhs" package for running binaries
(let base = pkgs.appimageTools.defaultFhsEnvArgs; in
pkgs.buildFHSUserEnv (base // {
name = "fhs";
targetPkgs = pkgs:
(base.targetPkgs pkgs) ++ (with pkgs; [
pkg-config
libxml2
ncurses
]
);
profile = "export FHS=1";
runScript = "bash";
extraOutputsToInstall = ["dev"];
}))
];
# Enable services.