mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Remove neovim
This commit is contained in:
parent
04601e789b
commit
22389a397e
3 changed files with 0 additions and 32 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,7 +9,6 @@
|
|||
!machines/asus/helix/
|
||||
!machines/asus/intellij/
|
||||
!machines/asus/libreoffice/
|
||||
!machines/asus/neovim/
|
||||
!machines/asus/networkmanager/
|
||||
!machines/asus/nushell/
|
||||
!machines/asus/openttd/
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
./firefox
|
||||
./git
|
||||
./helix
|
||||
./neovim
|
||||
./networkmanager
|
||||
./nushell
|
||||
./openttd
|
||||
|
|
|
@ -1,30 +0,0 @@
|
|||
{ pkgs, systemConfiguration, homeConfiguration, packages, enabled, projectPath, ... }:
|
||||
|
||||
(systemConfiguration {
|
||||
environment.defaultPackages = [];
|
||||
programs.nano.syntaxHighlight = false;
|
||||
})
|
||||
|
||||
//
|
||||
|
||||
(with pkgs; packages [
|
||||
neovide
|
||||
])
|
||||
|
||||
//
|
||||
|
||||
(homeConfiguration "nixos" ({ config, ... }: {
|
||||
programs.nushell.environmentVariables = {
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
programs.neovim = enabled {
|
||||
defaultEditor = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
};
|
||||
|
||||
# home.file.".config/nvim" = {
|
||||
# source = config.lib.file.mkOutOfStoreSymlink projectPath + "/machines/asus/neovim";
|
||||
# };
|
||||
}))
|
Loading…
Add table
Add a link
Reference in a new issue