Compare commits

...

2 commits

Author SHA1 Message Date
cy
4099e9dce4 give nixvim to chunk 2025-01-11 18:27:04 -05:00
cy
4a8eecbd56 install github-cli 2025-01-11 18:26:41 -05:00
2 changed files with 2 additions and 0 deletions

View file

@ -178,6 +178,7 @@
extraSpecialArgs = { inherit inputs outputs; }; extraSpecialArgs = { inherit inputs outputs; };
modules = [ modules = [
./home/yt/chunk.nix ./home/yt/chunk.nix
inputs.nixvim.homeManagerModules.nixvim
]; ];
}; };
}; };

View file

@ -98,6 +98,7 @@
gdb gdb
clang clang
seahorse seahorse
github-cli
]; ];
programs.waybar.enable = true; programs.waybar.enable = true;