fix: move emacs packages into infinidoge profile

This commit is contained in:
Infinidoge 2021-09-20 00:32:30 -04:00
parent 8d2699710c
commit f8cdd55c72

View file

@ -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" ]; })
];