From 4a8eecbd5646c755e0ab8ce7605d2c9623424ee5 Mon Sep 17 00:00:00 2001 From: cy Date: Sat, 11 Jan 2025 18:26:41 -0500 Subject: [PATCH 1/2] install github-cli --- home/yt/ytnix.nix | 1 + 1 file changed, 1 insertion(+) 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; From 4099e9dce40dea44b98b76992dd90570ab9d5096 Mon Sep 17 00:00:00 2001 From: cy Date: Sat, 11 Jan 2025 18:27:04 -0500 Subject: [PATCH 2/2] give nixvim to chunk --- flake.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; }; };