10 lines
135 B
Nix
Executable file
10 lines
135 B
Nix
Executable file
{ pkgs, ... }:
|
|
{
|
|
home-manager.sharedModules = [
|
|
{
|
|
home.packages = with pkgs; [
|
|
prismlauncher
|
|
];
|
|
}
|
|
];
|
|
}
|