about summary refs log tree commit diff
path: root/hosts/phobos/home.nix
blob: 41583167488e4352c56676c14669659836570456 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ config, lib, pkgs, inputs, user, hostname, secrets, ... }:
{
  home.packages = with pkgs; [
    (minecraft.override { jre = pkgs.jdk8; })
    jetbrains.idea-community
    calibre
    qtcreator
    custom.anime-downloader
    custom.adl
    custom.trackma
    kcc
    custom.kindlegen
  ];
}