back to 555 drivers
This commit is contained in:
parent
c6760f06bc
commit
96abbb54bf
11 changed files with 29 additions and 262 deletions
|
@ -90,11 +90,9 @@
|
|||
all-the-icons-dired
|
||||
avy
|
||||
beacon
|
||||
#better-jumper
|
||||
catppuccin-theme
|
||||
company
|
||||
crux
|
||||
#cmake-font-lock
|
||||
dimmer
|
||||
dired-du
|
||||
dired-open
|
||||
|
@ -107,15 +105,10 @@
|
|||
evil-goggles
|
||||
erc
|
||||
erc-hl-nicks
|
||||
# face-explorer
|
||||
flycheck
|
||||
form-feed
|
||||
general
|
||||
# frames-only-mode
|
||||
# fussy
|
||||
# groovy-mode
|
||||
hl-todo
|
||||
# just-mode
|
||||
kotlin-mode
|
||||
ligature
|
||||
lsp-mode
|
||||
|
|
|
@ -14,15 +14,7 @@
|
|||
|
||||
cfg = config.modules.system.programs.editors.neovim;
|
||||
nvf = inputs.neovim-flake;
|
||||
inherit (nvf.lib.nvim.dag) entryBefore entryAnywhere;
|
||||
|
||||
mkRuntimeDir = name: let
|
||||
finalPath = ./runtime + /${name};
|
||||
in
|
||||
path {
|
||||
name = "nvim-runtime-${name}";
|
||||
path = toString finalPath;
|
||||
};
|
||||
inherit (nvf.lib.nvim.dag) entryBefore;
|
||||
in {
|
||||
config = mkIf cfg.enable {
|
||||
programs.neovim-flake = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue