parent
aeae84f66d
commit
5cb0b971cc
6 changed files with 29 additions and 4 deletions
homeManagerModules/neovim/langs/bash
|
@ -8,7 +8,7 @@
|
|||
|
||||
cfg = config.programs.neovim;
|
||||
in {
|
||||
config = mkIf cfg.enable {
|
||||
config = mkIf (cfg.enable && cfg.ideConfig.enableBash) {
|
||||
programs = {
|
||||
# I love doing typos
|
||||
bash.shellAliases = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue