mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 10:35:13 -05:00
feat: elm template init
This commit is contained in:
parent
a2bf6014ff
commit
237e8fa0fe
8 changed files with 129 additions and 7 deletions
|
@ -10,15 +10,17 @@ in {
|
|||
enable = true;
|
||||
package = pkgs.firefox;
|
||||
profiles = {
|
||||
${user0} =
|
||||
${user0} = let
|
||||
configPath = ./config;
|
||||
in
|
||||
{
|
||||
isDefault = true;
|
||||
}
|
||||
// (import ./config/bookmarks {inherit flake;})
|
||||
// (import ./config/extensions {inherit nur;})
|
||||
// (import ./config/search {inherit flake;})
|
||||
// (import ./config/settings)
|
||||
// (import ./config/themes);
|
||||
// (import (configPath + /bookmarks) {inherit flake;})
|
||||
// (import (configPath + /extensions) {inherit nur;})
|
||||
// (import (configPath + /search) {inherit flake;})
|
||||
// (import (configPath + /settings))
|
||||
// (import (configPath + /themes));
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue