mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 07:25:40 +00:00
feat: migrate Prism Launcher from flatpak to home nix package
This commit is contained in:
parent
58490c36fe
commit
8a106e2758
2 changed files with 7 additions and 6 deletions
7
home/toast/modules/prismlauncher.nix
Normal file
7
home/toast/modules/prismlauncher.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
prismlauncher
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue