aboutsummaryrefslogtreecommitdiffstats
path: root/home/desktop/productivity.nix
blob: b972b43936af66e533abb127c7828ef91cfa468f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{pkgs, ...}: {
  home.packages = with pkgs; [
    bitwarden
    bitwarden-cli
    calibre
    fastfetch
    gnome-frog
    hunspell
    libreoffice-qt
    obsidian
    pdfcpu
    tradingview
    trezor-suite
  ];
}