Add old neovim config for the time being
This commit is contained in:
parent
5433727cac
commit
4609d05509
3 changed files with 4 additions and 3 deletions
|
@ -3,5 +3,6 @@ _: {
|
|||
./git.nix
|
||||
./starship.nix
|
||||
./zsh.nix
|
||||
./neovim.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -7,11 +7,11 @@ let
|
|||
rev = "d799724f48199d81ca6c8abb5951860fbf8fa0df";
|
||||
hash = "sha256-NF92CweRFQ1qZS8NXoTUEljazRGXgXS2AuDt5IWmwBc=";
|
||||
};
|
||||
cfg = config.modules.neovim-old;
|
||||
cfg = config.modules.programs.neovim-old;
|
||||
username = config.modules.other.system.username;
|
||||
in
|
||||
{
|
||||
options.modules.cli.neovim-old = lib.mkEnableOption "neovim-old";
|
||||
options.modules.programs.neovim-old.enable = lib.mkEnableOption "neovim-old";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
home-manager.users.${username} = {
|
||||
|
@ -31,5 +31,5 @@ in
|
|||
};
|
||||
|
||||
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
0
modules/gui/rofi.nix
Normal file
0
modules/gui/rofi.nix
Normal file
Loading…
Add table
Add a link
Reference in a new issue