Finish felixalbpc, cleanup home-manager
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./neovim.nix
|
||||
@@ -11,7 +11,6 @@
|
||||
bottom
|
||||
ncdu
|
||||
neofetch
|
||||
nodejs
|
||||
sshfs
|
||||
sshuttle
|
||||
];
|
||||
|
||||
@@ -21,7 +21,6 @@ in {
|
||||
telescope-nvim
|
||||
|
||||
nvim-lspconfig
|
||||
# copilot-vim
|
||||
nvim-treesitter
|
||||
|
||||
coc-css
|
||||
@@ -125,7 +124,9 @@ in {
|
||||
map <Leader><Space> :noh<CR>
|
||||
|
||||
" Start with copilot disabled
|
||||
autocmd VimEnter * Copilot disable
|
||||
if exists("*Copilot")
|
||||
autocmd VimEnter * Copilot disable
|
||||
endif
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
programs = {
|
||||
zsh = {
|
||||
enable = true;
|
||||
history.extended = true;
|
||||
|
||||
prezto = {
|
||||
enable = true;
|
||||
@@ -14,8 +15,6 @@
|
||||
pwdLength = "long";
|
||||
showReturnVal = true;
|
||||
};
|
||||
history.extended = true;
|
||||
historySubstringSearch.enable = true;
|
||||
terminal.autoTitle = true;
|
||||
|
||||
pmodules = [
|
||||
@@ -23,6 +22,7 @@
|
||||
"terminal"
|
||||
"editor"
|
||||
"history"
|
||||
"history-substring-search"
|
||||
# "directory"
|
||||
"spectrum"
|
||||
# "utility"
|
||||
|
||||
Reference in New Issue
Block a user