nix-dotfiles/home-manager/modules/viv.nix
2025-12-12 12:11:48 -07:00

5 lines
64 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
vivify
];
}