feat(homes): Move prismlauncher to nixos module
This commit is contained in:
parent
50a183a040
commit
e9edf5ad55
2 changed files with 1 additions and 3 deletions
|
@ -41,9 +41,6 @@
|
|||
};
|
||||
};
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
prismlauncher
|
||||
];
|
||||
sessionVariables = {
|
||||
BROWSER = "firefox";
|
||||
TERMINAL = "ghostty";
|
||||
|
|
|
@ -87,6 +87,7 @@ in
|
|||
stremio
|
||||
tor-browser
|
||||
vlc
|
||||
prismlauncher
|
||||
];
|
||||
sessionVariables = {
|
||||
LAUNCHER = "fuzzel";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue