soem stuff

This commit is contained in:
fwastring 2025-12-19 13:40:45 +01:00
parent 9da7c8a2db
commit 9ddc924557
2 changed files with 30 additions and 1 deletions

View file

@ -71,8 +71,37 @@
remmina
brightnessctl
speedcrunch
trilium-desktop
dbeaver-bin
(
let
base = pkgs.appimageTools.defaultFhsEnvArgs;
in
pkgs.buildFHSEnv (
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)
++ (with pkgs; [
pkg-config
ncurses
icu
# Feel free to add more packages here if needed.
]);
profile = "export FHS=1";
runScript = "bash";
extraOutputsToInstall = [ "dev" ];
}
)
)
# ansible
# freecad-wayland

View file

@ -140,7 +140,7 @@ with lib;
# gaps_out = 14;
gaps_in = 0;
gaps_out = 0;
border_size = 1;
border_size = 0;
layout = "dwindle";
allow_tearing = true;
};