mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 10:35:13 -05:00
feat: switched back to hyprland
This commit is contained in:
parent
dd99b3a827
commit
b0dc23c7c0
144 changed files with 1347 additions and 477 deletions
|
@ -7,6 +7,11 @@
|
|||
in {
|
||||
programs.firefox = let
|
||||
configPath = ./config;
|
||||
bookmarksPath = import (configPath + /bookmarks) {inherit flake;};
|
||||
extensionsPath = import (configPath + /extensions) {inherit pkgs;};
|
||||
searchPath = import (configPath + /search) {inherit flake;};
|
||||
settingsPath = import (configPath + /settings);
|
||||
themesPath = import (configPath + /themes);
|
||||
in {
|
||||
enable = true;
|
||||
package = pkgs.firefox;
|
||||
|
@ -16,19 +21,19 @@ in {
|
|||
isDefault = true;
|
||||
id = 0;
|
||||
}
|
||||
// (import (configPath + /bookmarks) {inherit flake;})
|
||||
// (import (configPath + /extensions) {inherit pkgs;})
|
||||
// (import (configPath + /search) {inherit flake;})
|
||||
// (import (configPath + /settings))
|
||||
// (import (configPath + /themes));
|
||||
// bookmarksPath
|
||||
// extensionsPath
|
||||
// searchPath
|
||||
// settingsPath
|
||||
// themesPath;
|
||||
testing =
|
||||
{
|
||||
isDefault = false;
|
||||
id = 1;
|
||||
}
|
||||
// (import (configPath + /bookmarks) {inherit flake;})
|
||||
// (import (configPath + /search) {inherit flake;})
|
||||
// (import (configPath + /themes));
|
||||
// bookmarksPath
|
||||
// searchPath
|
||||
// themesPath;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue