Add a couple packages to the home manager configuration that previously only existed in the NixOS configuration

This commit is contained in:
Joshua Yuen 2026-06-21 13:43:37 -04:00
parent 011a7be860
commit c75e935a2c
Signed by: josh
GPG Key ID: 530DA0331EFE99F5
1 changed files with 4 additions and 0 deletions

View File

@ -24,7 +24,11 @@ in
stateVersion = "25.11"; stateVersion = "25.11";
packages = with pkgs; [ packages = with pkgs; [
git
tldr tldr
tmux
vim-full
wl-clipboard
]; ];
}; };