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 = { home = {
packages = with pkgs; [
prismlauncher
];
sessionVariables = { sessionVariables = {
BROWSER = "firefox"; BROWSER = "firefox";
TERMINAL = "ghostty"; TERMINAL = "ghostty";

View file

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