nixos-config/home-manager/stvnliu/packages/util-programs.nix
Zhongheng Liu 3c9a9d42cf
chore: fix some errors and update lock file
Nixvim: switch to Rustaceanvim
Pkgs: add lazygit
2024-11-01 22:06:20 +02:00

19 lines
200 B
Nix

{
pkgs,
config,
lib,
...
}: {
home.packages = with pkgs; [
bottom
libnotify
tree
android-file-transfer
mtpfs
usbutils
glow
tmux
ranger
lazygit
];
}