feat(Homepage): Booksmarks

This commit is contained in:
marthsincemelee
2025-12-23 17:59:10 +01:00
parent 9ec2df1afa
commit a4ad1e0754
2 changed files with 17 additions and 1 deletions
@@ -0,0 +1,16 @@
---
- Developer:
- Github:
- abbr: GH
href: https://github.com/
- Social:
- Reddit:
- icon: reddit.png
href: https://reddit.com/
description: The front page of the internet
- Entertainment:
- YouTube:
- abbr: YT
href: https://youtube.com/
+1 -1
View File
@@ -17,7 +17,7 @@ in
services.homepage-dashboard = {
enable = true;
allowedHosts = "jupiter.solar.internal:8082";
# listenPort = 80; # default 8082
bookmarks = builtins.readFile ./bookmarks.yaml;
};
users.users.finn.packages = with pkgs; [
homepage-dashboard