This commit is contained in:
David Morgan 2022-12-02 20:50:57 +00:00
parent b151f2a315
commit c1939b83ac
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 0 additions and 14 deletions

View File

@ -3,31 +3,17 @@
imports = [
./dev-common.nix
];
#services.emacs.package = pkgs.emacsUnstable;
nixpkgs.overlays = [
(import (builtins.fetchTarball {
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
}))
];
programs.emacs = {
enable = true;
#package = pkgs.emacsGcc;
package = pkgs.emacs28NativeComp;
extraPackages = (epkgs: [ epkgs.vterm ] );
};
home.packages = with pkgs; [
docker
docker-compose
gcc
gnumake
mpv
mu
notmuch
nix
protonvpn-cli
xsel
youtube-dl
];