feat(home): import desktop module using import-tree and move misc config to desktop module
This commit is contained in:
parent
2387ad9099
commit
f5a046cd58
10 changed files with 97 additions and 112 deletions
21
homes/x86_64-linux/rafiq/desktop/misc.nix
Normal file
21
homes/x86_64-linux/rafiq/desktop/misc.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
persistDirs = [
|
||||
"docs"
|
||||
"repos"
|
||||
"vids"
|
||||
"tmp"
|
||||
".tor project"
|
||||
".local/share/PrismLauncher"
|
||||
];
|
||||
programs = {
|
||||
obs-studio.enable = true;
|
||||
thunderbird.enable = true;
|
||||
thunderbird.profiles.rafiq.isDefault = true;
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
stremio
|
||||
tor-browser
|
||||
prismlauncher
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue