Add bolt launcher

This commit is contained in:
KnightArtorias 2026-04-16 00:06:35 +00:00
parent a68be153cf
commit ff2e759adf
4 changed files with 8 additions and 8 deletions

View file

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

View file

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

View file

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

View file

@ -6,5 +6,6 @@
./virt-manager.nix
./hsr.nix
./usbutils.nix
./bolt-launcher.nix
];
}