firefox simpler
This commit is contained in:
parent
035d73e16c
commit
4773d5c406
1 changed files with 1 additions and 24 deletions
|
@ -106,33 +106,11 @@ in mkIf conf.apps.enable {
|
||||||
"YouTube"
|
"YouTube"
|
||||||
"Nix Packages"
|
"Nix Packages"
|
||||||
"Nix Options"
|
"Nix Options"
|
||||||
|
"Arch Wiki"
|
||||||
"Github"
|
"Github"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
containers = {
|
|
||||||
personal = {
|
|
||||||
color = "purple";
|
|
||||||
icon = "fingerprint";
|
|
||||||
id = 1;
|
|
||||||
};
|
|
||||||
student = {
|
|
||||||
color = "turquoise";
|
|
||||||
icon = "circle";
|
|
||||||
id = 2;
|
|
||||||
};
|
|
||||||
work = {
|
|
||||||
color = "yellow";
|
|
||||||
icon = "briefcase";
|
|
||||||
id = 3;
|
|
||||||
};
|
|
||||||
shopping = {
|
|
||||||
color = "green";
|
|
||||||
icon = "cart";
|
|
||||||
id = 4;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
bookmarks = { };
|
bookmarks = { };
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
@ -163,7 +141,6 @@ in mkIf conf.apps.enable {
|
||||||
youtube-nonstop
|
youtube-nonstop
|
||||||
enhancer-for-youtube
|
enhancer-for-youtube
|
||||||
firefox-color
|
firefox-color
|
||||||
multi-account-containers
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue