state Sun Oct 24 09:26:30 PM CEST 2021

This commit is contained in:
Alexander Kobjolke 2021-10-24 21:26:30 +02:00
parent 5f8f755e6e
commit 65146e772d
2 changed files with 25 additions and 3 deletions

View file

@ -29,10 +29,16 @@
gotop
gnumake
ripgrep # better grep
sqlite
pass
pandoc
# editors
emacs-nox
# c/c++
clang_12
# haskell
cabal2nix
nix-prefetch-git
@ -43,9 +49,9 @@
home.extraOutputsToInstall = [ "doc" "info" "devdoc" ];
xdg.enable = true;
xdg.configFile = {
"emacs".source = config.lib.file.mkOutOfStoreSymlink ./emacs.d;
};
# xdg.configFile = {
# "emacs".source = ./emacs.d;
# };
programs = {
direnv = {