summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/communication/irc.nix
blob: 81ce13e8a090a3a6eddd29e4aba33255103a765a (plain) (blame)
1
2
3
4
5
6
7
8
9
{ pkgs, ... }:
{
  imports = [ ./catgirl.nix ];

  home.packages = with pkgs; [
    litterbox
    pounce
  ];
}