about summary refs log tree commit diff
path: root/hosts/phobos/home.nix
blob: 2cb65eb00f379424d51cdafec2c957ac9551833e (plain) (blame)
1
2
3
4
5
6
7
8
9
{ config, lib, pkgs, inputs, user, hostname, secrets, ... }:
{
  home.packages = with pkgs; [
    (minecraft.override { jre = pkgs.jdk8; })
    jetbrains.idea-community
    calibre
    qtcreator
  ];
}