feat(environments/nixos): replace lazyvim with nixvim
This commit is contained in:
parent
da87dc6380
commit
01ed5d6093
@ -1,4 +1,4 @@
|
|||||||
{
|
{pkgs, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
../../modules/dev.nix
|
../../modules/dev.nix
|
||||||
../../modules/firefox.nix
|
../../modules/firefox.nix
|
||||||
@ -6,12 +6,13 @@
|
|||||||
../../modules/foot.nix
|
../../modules/foot.nix
|
||||||
../../modules/git.nix
|
../../modules/git.nix
|
||||||
../../modules/git_nixos.nix
|
../../modules/git_nixos.nix
|
||||||
../../modules/nvim.nix
|
|
||||||
../../modules/vscode.nix
|
../../modules/vscode.nix
|
||||||
../../modules/zellij
|
../../modules/zellij
|
||||||
../../modules/zsh.nix
|
../../modules/zsh.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.packages = with pkgs; [nvim-custom];
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user