fix: move emacs packages into infinidoge profile
This commit is contained in:
parent
8d2699710c
commit
f8cdd55c72
1 changed files with 19 additions and 0 deletions
|
@ -32,6 +32,24 @@
|
||||||
lxappearance
|
lxappearance
|
||||||
|
|
||||||
pinentry-curses
|
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";
|
environment.shellAliases.ssh = "kitty +kitten ssh";
|
||||||
|
@ -48,6 +66,7 @@
|
||||||
fonts = {
|
fonts = {
|
||||||
fonts = with pkgs; [
|
fonts = with pkgs; [
|
||||||
dejavu_fonts
|
dejavu_fonts
|
||||||
|
emacs-all-the-icons-fonts
|
||||||
(nerdfonts.override { fonts = [ "DejaVuSansMono" ]; })
|
(nerdfonts.override { fonts = [ "DejaVuSansMono" ]; })
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue