mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat(floorp): mewp
This commit is contained in:
parent
0d28d7c601
commit
1f4b6c5b21
8 changed files with 12 additions and 14 deletions
|
|
@ -1,31 +0,0 @@
|
|||
{ ... }: {
|
||||
programs.firefox.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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue