mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 23:11:57 +00:00
Moved neovim config to core nixos config
This commit is contained in:
@@ -276,15 +276,6 @@
|
||||
enable = true;
|
||||
extraOptions = ["--unsupported-gpu"];
|
||||
};
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
withPython3 = true;
|
||||
withNodeJs = true;
|
||||
withRuby = true;
|
||||
};
|
||||
programs.waybar.enable = true;
|
||||
|
||||
# Enable my preferred DE utilities
|
||||
|
||||
Reference in New Issue
Block a user