feat: daedalus brew

This commit is contained in:
Philipp Hochkamp 2022-03-02 00:32:03 +01:00
parent b744693f0e
commit c39f8252f7
No known key found for this signature in database
GPG key ID: 3676AB4CB36E5641
8 changed files with 159 additions and 38 deletions

View file

@ -22,7 +22,7 @@
yt-dlp
aria2
libqalculate
]
];
home.shellAliases = {
v = "nvim";
vim = "nvim";

View file

@ -1,8 +1,6 @@
{pkgs, config, inputs, lib, ...}:
with lib;
with lib.my;
{pkgs, config, inputs, ...}:
{
home.packages = [
home.packages = with pkgs;[
python3 # ultisnips
lazygit
nodejs
@ -41,15 +39,6 @@ with lib.my;
name = "dart-vim";
src = inputs.dart-vim;
};
vim-pandoc-live-preview = pkgs.vimUtils.buildVimPlugin {
name = "vim-pandoc-live-preview";
src = inputs.vim-pandoc-live-preview;
};
orgmode-nvim = pkgs.vimUtils.buildVimPlugin {
name = "orgmode-nvim";
src = inputs.orgmode-nvim;
dontBuild = true;
};
in
map (x: { plugin = x; }) (with pkgs.vimPlugins; [
vim-tmux-navigator
@ -74,7 +63,6 @@ with lib.my;
toggleterm-nvim
undotree
vim-pandoc
vim-pandoc-live-preview
vim-pandoc-syntax
ultisnips
coc-nvim

View file

@ -5,7 +5,6 @@ in
{
programs.zsh = {
enable = true;
histSize = 10000;
enableCompletion = true;
initExtra =
let