Add bolt launcher

This commit is contained in:
KnightArtorias 2026-04-16 00:02:18 +00:00
parent ba9ee9d74a
commit a68be153cf
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
with home.packages = with pkgs; [
bolt-launcher
];
}

View file

@ -5,5 +5,6 @@
./vesktop.nix
./minecraft.nix
./lutris.nix
./bolt.nix
];
}