Add bolt launcher
This commit is contained in:
parent
a68be153cf
commit
ff2e759adf
4 changed files with 8 additions and 8 deletions
|
|
@ -1,7 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
with home.packages = with pkgs; [
|
||||
bolt-launcher
|
||||
];
|
||||
}
|
||||
|
|
@ -5,6 +5,5 @@
|
|||
./vesktop.nix
|
||||
./minecraft.nix
|
||||
./lutris.nix
|
||||
./bolt.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
bolt-launcher
|
||||
];
|
||||
}
|
||||
|
|
@ -6,5 +6,6 @@
|
|||
./virt-manager.nix
|
||||
./hsr.nix
|
||||
./usbutils.nix
|
||||
./bolt-launcher.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue