feat: wine and librewolf stuff

This commit is contained in:
Kat Inskip 2025-10-11 03:00:50 -07:00
parent c470c271cf
commit 0df783bf41
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
20 changed files with 118 additions and 195 deletions

View file

@ -0,0 +1,30 @@
_: {
programs.librewolf.profiles.main = {
containersForce = true;
containers = {
main = {
name = "Primary";
id = 0;
color = "turquoise";
icon = "pet";
};
gay = {
name = "Gay";
id = 1;
color = "purple";
icon = "pet";
};
work = {
name = "Work";
id = 2;
color = "pink";
icon = "briefcase";
};
banking = {
name = "Banking";
id = 3;
color = "turquoise";
};
};
};
}