Files
nixos/modules/home/apps.nix
T
2025-08-19 09:59:20 -05:00

17 lines
235 B
Nix

{pkgs, ...}: {
imports = [
../../packages/firefox/home.nix
];
home.packages = with pkgs; [
heroic
fcitx5
fcitx5-mozc-ut
kdePackages.fcitx5-configtool
solaar
parted
lact
edk2-uefi-shell
];
}