mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: wine and librewolf stuff
This commit is contained in:
parent
c470c271cf
commit
0df783bf41
20 changed files with 118 additions and 195 deletions
30
home/profiles/graphical/librewolf/containers.nix
Normal file
30
home/profiles/graphical/librewolf/containers.nix
Normal 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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue