Former-commit-id: 2c2b451d40
This commit is contained in:
Hadi
2024-05-04 22:36:06 +02:00
parent ef90d16de8
commit 3b2fd0b3f4
14 changed files with 197 additions and 91 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
{ pkgs, inputs, ... }: {
{ inputs, ... }: {
imports = [
inputs.nixvim.homeManagerModules.nixvim
./auto-pairs.nix
@@ -22,6 +22,7 @@
./comment.nix
./oil.nix
./trouble.nix
./tmux-navigator.nix
];
programs.nixvim = {