diff --git a/flake.nix b/flake.nix index 4dd4994..38b3382 100644 --- a/flake.nix +++ b/flake.nix @@ -178,6 +178,7 @@ extraSpecialArgs = { inherit inputs outputs; }; modules = [ ./home/yt/chunk.nix + inputs.nixvim.homeManagerModules.nixvim ]; }; }; diff --git a/home/yt/ytnix.nix b/home/yt/ytnix.nix index 543e4e2..67f448d 100644 --- a/home/yt/ytnix.nix +++ b/home/yt/ytnix.nix @@ -98,6 +98,7 @@ gdb clang seahorse + github-cli ]; programs.waybar.enable = true;