re-enabled some bookmarks
This commit is contained in:
parent
a91cad44c7
commit
7ea8472de1
@ -22,9 +22,7 @@ in
|
|||||||
bookmarks =
|
bookmarks =
|
||||||
builtins.readDir ./homepage/bookmarks
|
builtins.readDir ./homepage/bookmarks
|
||||||
|> builtins.attrNames
|
|> builtins.attrNames
|
||||||
|> builtins.filter (
|
|> builtins.filter (file: builtins.match ".*\\.nix" file != null)
|
||||||
file: builtins.match ".*\\.nix" file != null && !(builtins.match "^secret-.*" file != null)
|
|
||||||
)
|
|
||||||
|> map (file: import ./homepage/bookmarks/${file});
|
|> map (file: import ./homepage/bookmarks/${file});
|
||||||
};
|
};
|
||||||
nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy (setup.proxyReverse cfg);
|
nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy (setup.proxyReverse cfg);
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
# stash = {
|
stash = {
|
||||||
# header = false;
|
header = false;
|
||||||
# tab = "secret";
|
tab = "secret";
|
||||||
# style = "row";
|
style = "row";
|
||||||
# };
|
};
|
||||||
# productivity = {
|
# productivity = {
|
||||||
# header = false;
|
# header = false;
|
||||||
# tab = "productivity";
|
# tab = "productivity";
|
||||||
@ -40,7 +40,7 @@
|
|||||||
shopping.tab = "bookmarks";
|
shopping.tab = "bookmarks";
|
||||||
social.tab = "bookmarks";
|
social.tab = "bookmarks";
|
||||||
development.tab = "bookmarks";
|
development.tab = "bookmarks";
|
||||||
# "secret art".tab = "secret";
|
"secret art".tab = "secret";
|
||||||
# "secret media".tab = "secret";
|
"secret media".tab = "secret";
|
||||||
# "secret social".tab = "secret";
|
"secret social".tab = "secret";
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,7 +3,7 @@ let
|
|||||||
services = import ./service-widgets.nix { inherit lib config; };
|
services = import ./service-widgets.nix { inherit lib config; };
|
||||||
in
|
in
|
||||||
[
|
[
|
||||||
# { "stash" = [ { inherit (services) stash; } ]; }
|
{ "stash" = [ { inherit (services) stash; } ]; }
|
||||||
# {
|
# {
|
||||||
# productivity = [
|
# productivity = [
|
||||||
# { inherit (services) calendar; }
|
# { inherit (services) calendar; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user