This commit is contained in:
Patrick Stevens
2024-01-29 00:42:13 +00:00
committed by GitHub
parent 02c87e8ea4
commit 6af765d032
5 changed files with 135 additions and 41 deletions

View File

@@ -2,6 +2,7 @@
nixpkgs,
username,
dotnet,
whisper,
...
}: {
imports = [./rider];
@@ -13,6 +14,8 @@
};
home.packages = [
whisper.default
whisper.normalize
# "Damaged and can't be opened"
#nixpkgs.bcompare
#nixpkgs.gdb

View File

@@ -131,7 +131,6 @@
};
"git.path" = "${nixpkgs.git}/bin/git";
"update.mode" = "none";
"docker.dockerPath" = "${nixpkgs.docker}/bin/docker";
"explorer.confirmDelete" = false;
};
};
@@ -159,7 +158,7 @@
let g:syntastic_check_on_wq = 0'';
}
YouCompleteMe
# YouCompleteMe
tagbar
];
programs.neovim.viAlias = true;
@@ -169,6 +168,12 @@
programs.neovim.extraConfig = builtins.readFile ./init.vim;
programs.direnv = {
enable = true;
enableZshIntegration = true;
nix-direnv.enable = true;
};
home.packages = [
nixpkgs.keepassxc
nixpkgs.rust-analyzer
@@ -182,7 +187,6 @@
nixpkgs.hledger
nixpkgs.hledger-web
dotnet
nixpkgs.docker
nixpkgs.jitsi-meet
nixpkgs.ripgrep
nixpkgs.elan

View File

@@ -148,7 +148,7 @@ endif
set encoding=utf8
" Use Unix as the standard file type
set ffs=unix,dos,mac
set ffs=unix,mac
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""