diff --git a/configuration.nix b/configuration.nix index 838eab0..46799d6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -123,9 +123,9 @@ # ====================== # sudo nixos-rebuild switch --flake . environment.systemPackages = with pkgs; [ - vim + # vim wget - neovim + # neovim lunarvim vscode python3 diff --git a/home.nix b/home.nix index 70c6049..6056a89 100644 --- a/home.nix +++ b/home.nix @@ -29,7 +29,7 @@ syncplay ]; - programs.neovim = { }; + # programs.neovim = { }; home.sessionPath = [ "$HOME/.local/bin" @@ -39,8 +39,10 @@ nixpkgs.overlays = [ (import ./exprs/overlay.nix { }) ]; imports = [ ./homemanager/mpv.nix + ./homemanager/nvf.nix ./hosts/sandalphon/mcsr/home.nix inputs.plasma-manager.homeModules.plasma-manager + inputs.nvf.homeManagerModules.default ]; # dconf.settings = {};