pml: Install apps

This commit is contained in:
monologiq 2025-12-17 10:38:31 +01:00
parent 3c0d94fe76
commit e979e18057

View file

@ -11,8 +11,12 @@
"wheel" "wheel"
]; ];
packages = with pkgs; [ packages = with pkgs; [
alacritty
git git
vim vim
mpv
chezmoi
fuzzel
]; ];
}; };
} }