mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: changed stuff
This commit is contained in:
parent
65fb80d1cb
commit
0fd351c9cb
15 changed files with 148 additions and 10 deletions
|
@ -6,21 +6,30 @@
|
|||
}: let
|
||||
inherit (flake.config.people) user0;
|
||||
in {
|
||||
programs.firefox = {
|
||||
programs.firefox = let
|
||||
configPath = ./config;
|
||||
in {
|
||||
enable = true;
|
||||
package = pkgs.firefox;
|
||||
profiles = {
|
||||
${user0} = let
|
||||
configPath = ./config;
|
||||
in
|
||||
${user0} =
|
||||
{
|
||||
isDefault = true;
|
||||
id = 0;
|
||||
}
|
||||
// (import (configPath + /bookmarks) {inherit flake;})
|
||||
// (import (configPath + /extensions) {inherit nur;})
|
||||
// (import (configPath + /search) {inherit flake;})
|
||||
// (import (configPath + /settings))
|
||||
// (import (configPath + /themes));
|
||||
testing =
|
||||
{
|
||||
isDefault = false;
|
||||
id = 1;
|
||||
}
|
||||
// (import (configPath + /bookmarks) {inherit flake;})
|
||||
// (import (configPath + /search) {inherit flake;})
|
||||
// (import (configPath + /themes));
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue