about summary refs log blame commit diff
path: root/hosts/phobos/home.nix
blob: a697850248b7a472bcec1e1c6601581e9afe17a4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                                            
             


                            


                           
                    
       

    
{ config, lib, pkgs, inputs, user, hostname, secrets, ... }:
{
  home.packages = with pkgs; [
    minecraft
    jetbrains.idea-community
    calibre
    qtcreator
    custom.anime-downloader
    custom.adl
    custom.trackma
    custom.kindlegen
    kcc
  ];
}