basic nvf enabled

This commit is contained in:
Dea 2026-02-06 00:28:46 -05:00
parent 78f39224ea
commit b775c43d6e
2 changed files with 5 additions and 3 deletions

View file

@ -123,9 +123,9 @@
# ======================
# sudo nixos-rebuild switch --flake .
environment.systemPackages = with pkgs; [
vim
# vim
wget
neovim
# neovim
lunarvim
vscode
python3

View file

@ -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 = {};