home: amneesh: add wayvnc and more pkgs

Signed-off-by: Amneesh Singh <amneesh@ti.com>
This commit is contained in:
Amneesh Singh
2025-08-29 13:20:00 +05:30
parent 27f3b76ab7
commit 943956f119
3 changed files with 16 additions and 5 deletions

View File

@@ -6,12 +6,22 @@
{
xdg.mime.enable = true;
programs.bash.enable = true;
programs = {
bash.enable = true;
};
home.packages = with pkgs; [
htop
clang-tools
cmake
corkscrew
dtc
file
htop
llvmPackages.clang
(nattovim.override { nvimPackage = inputs.nvim-overlay.packages.${pkgs.system}.neovim; })
meson
ninja
thunderbird
wget
];
}