Files
nixos/packages/bottles/home.nix
T
2025-07-09 16:47:40 -05:00

6 lines
65 B
Nix

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