nixos/home-manager/roles/desktop/common/apps/bolt.nix

8 lines
79 B
Nix
Raw Normal View History

2026-04-16 00:02:18 +00:00
{ pkgs, ... }:
{
with home.packages = with pkgs; [
bolt-launcher
];
}