home | remove home-manager
This commit is contained in:
parent
aaf34e1298
commit
018b301ef4
1 changed files with 1 additions and 31 deletions
|
|
@ -8,7 +8,6 @@
|
|||
home.packages = [
|
||||
pkgs.bc
|
||||
pkgs.bitwarden-cli
|
||||
pkgs.bottom
|
||||
pkgs.cantarell-fonts
|
||||
pkgs.diff-so-fancy
|
||||
pkgs.dmenu-wayland
|
||||
|
|
@ -49,7 +48,7 @@
|
|||
pkgs.vit
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
#programs.home-manager.enable = true;
|
||||
programs.keychain = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
|
|
@ -57,35 +56,6 @@
|
|||
keys = "id_aur id_dsa id_ed25519 id_rsa 56913AD86A18257132AA9F03928BC0B78C1BF5AA";
|
||||
inheritType = "any";
|
||||
};
|
||||
programs.vim = {
|
||||
enable = true;
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
vim-airline
|
||||
vim-misc
|
||||
Vundle-vim
|
||||
vim-gitgutter
|
||||
vim-bufferline
|
||||
#checkattach
|
||||
vim-tmux-navigator
|
||||
tabular
|
||||
gitv
|
||||
#winresizer
|
||||
vim-github-dashboard
|
||||
#vc.vim
|
||||
ansible-vim
|
||||
vim-markdown
|
||||
vim-fugitive
|
||||
vim-airline-themes
|
||||
#bash-support.vim
|
||||
vim-tmux
|
||||
ale
|
||||
#vim-taskwarrior
|
||||
];
|
||||
settings = { ignorecase = true; };
|
||||
extraConfig = ''
|
||||
set mouse=a
|
||||
'';
|
||||
};
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue