Files
nixos/modules/home/apps.nix
T
2025-11-14 10:04:00 -06:00

17 lines
242 B
Nix

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