pantheon/homes/x86_64-linux/rafiq/desktop/misc.nix

19 lines
315 B
Nix

{ pkgs, ... }:
{
persistDirs = [
"docs"
"repos"
"vids"
"tmp"
".local/share/PrismLauncher"
];
programs = {
obs-studio.enable = true;
thunderbird.enable = true;
thunderbird.profiles.rafiq.isDefault = true;
};
home.packages = with pkgs; [
stremio
prismlauncher
];
}