From a5f8200954567e82b9cfb4a699f418b0a0e4dbf5 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 13 Feb 2022 15:09:00 -0800 Subject: emacs: pull community's overlay We need the community overlay to get the pure GTK port of Emacs for now. --- users/fcuny/desktop/emacs.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'users/fcuny/desktop') diff --git a/users/fcuny/desktop/emacs.nix b/users/fcuny/desktop/emacs.nix index 4a50838..67cf61c 100644 --- a/users/fcuny/desktop/emacs.nix +++ b/users/fcuny/desktop/emacs.nix @@ -1,10 +1,7 @@ { lib, config, pkgs, ... }: { - programs = { - emacs= { - enable = true; - package=unstable.emacsPgtkGcc; - }; - }; + home.packages = with pkgs; [ + emacsPgtkGcc + ]; } -- cgit 1.4.1