state Sun Oct 24 09:26:30 PM CEST 2021
This commit is contained in:
parent
5f8f755e6e
commit
65146e772d
2 changed files with 25 additions and 3 deletions
12
home/cli.nix
12
home/cli.nix
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue