diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-05T15·02+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-06T10·15+0000 |
commit | 19742e7790d31e5c0c36fd0d08b07fb958009464 (patch) | |
tree | ef04df90942b8b82ecfeef864b68ebffcce2af9f /emacs | |
parent | f645b6dadf1d0d8cc9dbcf61c9e93a222487e1c7 (diff) |
Add programs to home-manager
Support commonly used programs like fd, exa, bat, etc. For now, I'm unsure how to manage the programs in my emacs/default.nix with my home.nix. I'll wait until I have a stronger opinion to handle this.
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/default.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/emacs/default.nix b/emacs/default.nix index 3daeecd07b22..b3d570fb7894 100644 --- a/emacs/default.nix +++ b/emacs/default.nix @@ -7,17 +7,7 @@ let # language-specific tooling, I'm intending to use shell.nix alongside lorri # and direnv. emacsBinPath = pkgs.lib.strings.makeBinPath (with pkgs; [ - lorri - direnv tdesktop # native telegram client - diskus - bat - exa - fd - fzf - tldr - tokei - nmap ripgrep gitAndTools.hub kubectl |