about summary refs log tree commit diff
path: root/users/fcuny/desktop/emacs.nix
blob: 67cf61c7aaba5415621bb2f3d3678e6b2155e07b (plain) (blame)
1
2
3
4
5
6
7
{ lib, config, pkgs, ... }:

{
  home.packages = with pkgs; [
    emacsPgtkGcc
  ];
}