feat(homes): Move prismlauncher to nixos module

This commit is contained in:
Mohammad Rafiq 2025-07-14 03:19:11 +08:00
parent 50a183a040
commit e9edf5ad55
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View file

@ -41,9 +41,6 @@
};
};
home = {
packages = with pkgs; [
prismlauncher
];
sessionVariables = {
BROWSER = "firefox";
TERMINAL = "ghostty";

View file

@ -87,6 +87,7 @@ in
stremio
tor-browser
vlc
prismlauncher
];
sessionVariables = {
LAUNCHER = "fuzzel";