feat: nixvim config

currently only for dnsc-air. can simply be imported in other hosts
This commit is contained in:
Dennis Schoepf 2026-02-04 19:03:10 +01:00
parent ff32ecb811
commit 6543d4a7f3
21 changed files with 1541 additions and 10 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ inputs, ... }:
{
home.username = "dennis";
@ -13,11 +13,11 @@
xdg.enable = true;
imports = [
inputs.nixvim.homeModules.nixvim
../modules/ssh
../modules/git
../modules/zoxide
../modules/fish
../modules/nvim
../modules/tmux
../modules/tmuxinator/personal.nix
../modules/ghostty
@ -25,4 +25,5 @@
];
programs.home-manager.enable = true;
programs.nixvim.imports = [ ../modules/nixvim ];
}