so many sops

This commit is contained in:
mjallen18
2025-03-20 21:15:52 -05:00
parent 894a8817cb
commit 3714518ead
8 changed files with 61 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
{ ... }:
{ pkgs,... }:
let
shellAliases = {
ll = "ls -alh";
@@ -67,6 +67,20 @@ in
btop.enable = true;
neovim = {
enable = true;
viAlias = true;
vimAlias = true;
defaultEditor = true;
plugins = [
pkgs.vimPlugins.nvim-tree-lua
{
plugin = pkgs.vimPlugins.vim-startify;
config = "let g:startify_change_to_vcs_root = 0";
}
];
};
zsh = {
enable = true;
enableCompletion = true;