From f8cdd55c72b98699f46da84c573115e486340996 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 20 Sep 2021 00:32:30 -0400 Subject: [PATCH] fix: move emacs packages into infinidoge profile --- users/infinidoge/default.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/users/infinidoge/default.nix b/users/infinidoge/default.nix index 271443a..9cdb828 100644 --- a/users/infinidoge/default.nix +++ b/users/infinidoge/default.nix @@ -32,6 +32,24 @@ lxappearance pinentry-curses + + emacs + ripgrep + coreutils + cmake + fd + fzf + clang + mu + isync + tetex + jq + gnumake + shellcheck + nodejs + nodePackages.prettier + + (aspellWithDicts (dicts: with dicts; [ en en-computers en-science ])) ]; environment.shellAliases.ssh = "kitty +kitten ssh"; @@ -48,6 +66,7 @@ fonts = { fonts = with pkgs; [ dejavu_fonts + emacs-all-the-icons-fonts (nerdfonts.override { fonts = [ "DejaVuSansMono" ]; }) ];