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/helix/
|
||||||
!machines/asus/intellij/
|
!machines/asus/intellij/
|
||||||
!machines/asus/libreoffice/
|
!machines/asus/libreoffice/
|
||||||
!machines/asus/neovim/
|
|
||||||
!machines/asus/networkmanager/
|
!machines/asus/networkmanager/
|
||||||
!machines/asus/nushell/
|
!machines/asus/nushell/
|
||||||
!machines/asus/openttd/
|
!machines/asus/openttd/
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
./firefox
|
./firefox
|
||||||
./git
|
./git
|
||||||
./helix
|
./helix
|
||||||
./neovim
|
|
||||||
./networkmanager
|
./networkmanager
|
||||||
./nushell
|
./nushell
|
||||||
./openttd
|
./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