Files
nixos/modules/home/apps.nix
T
2025-08-13 09:11:03 -05:00

14 lines
195 B
Nix

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