Compare commits
No commits in common. "26c347c51a315d03552525506500ab2a763622d8" and "b0c619f9c1aac544507c3cee0f9e10be32af345e" have entirely different histories.
26c347c51a
...
b0c619f9c1
@ -40,6 +40,7 @@ Shark_Park
|
|||||||
steam
|
steam
|
||||||
SteamDeck
|
SteamDeck
|
||||||
talesfromtechsupport
|
talesfromtechsupport
|
||||||
|
techsupport
|
||||||
termux
|
termux
|
||||||
theamazingdigitalciru
|
theamazingdigitalciru
|
||||||
Ultrakill
|
Ultrakill
|
||||||
|
@ -323,48 +323,9 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# https://gethomepage.dev
|
# https://gethomepage.dev
|
||||||
services.homepage-dashboard = let
|
services.homepage-dashboard = {
|
||||||
entry = name: value: { "${name}" = value; };
|
|
||||||
makeBookmark = name: abbr: href: entry name [ { inherit abbr href; } ];
|
|
||||||
in {
|
|
||||||
enable = true;
|
enable = true;
|
||||||
listenPort = 8089;
|
listenPort = 8089;
|
||||||
# bookmarks customCSS customJS docker environmentFile kubernetes services settings widgets
|
|
||||||
settings = {
|
|
||||||
theme = "dark";
|
|
||||||
color = "slate";
|
|
||||||
};
|
|
||||||
|
|
||||||
widgets = [
|
|
||||||
( entry "resources" {
|
|
||||||
cpu = true;
|
|
||||||
memory = true;
|
|
||||||
disk = "/";
|
|
||||||
})
|
|
||||||
( entry "search" {
|
|
||||||
provider = "custom";
|
|
||||||
target = "_self";
|
|
||||||
url = "https://searx.protogen.io/search?q=";
|
|
||||||
suggestionUrl = "https://searx.protogen.io/autocompleter?q=";
|
|
||||||
showSearchSuggestions = true;
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
services = [
|
|
||||||
|
|
||||||
];
|
|
||||||
|
|
||||||
bookmarks = [
|
|
||||||
(entry "Developer" [
|
|
||||||
(makeBookmark "GitHub" "GH" "https://github.com")
|
|
||||||
])
|
|
||||||
(entry "Local" [
|
|
||||||
(makeBookmark "Syncthing" "ST" "http://127.0.0.1:8384")
|
|
||||||
])
|
|
||||||
(entry "Entertainment" [
|
|
||||||
(makeBookmark "Redlib" "RL" "https://redlib.protogen.io")
|
|
||||||
])
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user