mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 07:25:40 +00:00
feat: add prism launcher
This commit is contained in:
parent
4919623d62
commit
4d64c69455
2 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
./programs/firefox.nix
|
||||
./programs/yazi.nix
|
||||
./programs/nixcord.nix
|
||||
./programs/prismlauncher.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
|
|
5
home/toast/programs/prismlauncher.nix
Normal file
5
home/toast/programs/prismlauncher.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ prismlauncher ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue