Add bolt launcher
This commit is contained in:
parent
ba9ee9d74a
commit
a68be153cf
2 changed files with 8 additions and 0 deletions
7
home-manager/roles/desktop/common/apps/bolt.nix
Normal file
7
home-manager/roles/desktop/common/apps/bolt.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
with home.packages = with pkgs; [
|
||||
bolt-launcher
|
||||
];
|
||||
}
|
||||
|
|
@ -5,5 +5,6 @@
|
|||
./vesktop.nix
|
||||
./minecraft.nix
|
||||
./lutris.nix
|
||||
./bolt.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue