about summary refs log tree commit diff stats
path: root/nixconf/linux-server.nix
blob: cf0b652288477f524c24310d1011efa4235b48a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ config, pkgs, ... }:
{

  #services.emacs.package = pkgs.emacsUnstable;

  home.packages = with pkgs; [
    bitlbee
    bitlbee-discord
    emacs-nox
    heroku
    irssi
  ];

}