From cb4a8f024fddcbb5c149fb90908dc48f238d7955 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:11:08 +0200 Subject: [PATCH] temp --- hosts/modules/server/homepage/default.nix | 297 ++++++++++++++++++++++ 1 file changed, 297 insertions(+) create mode 100644 hosts/modules/server/homepage/default.nix diff --git a/hosts/modules/server/homepage/default.nix b/hosts/modules/server/homepage/default.nix new file mode 100644 index 0000000..bea8a60 --- /dev/null +++ b/hosts/modules/server/homepage/default.nix @@ -0,0 +1,297 @@ +{ config, ... }: +let + bookmarks = '' + Bookmarks: [ + {text: "MyNixOs", url: "https://mynixos.com", icon: ""}, + {text: "Github", url: "https://github.com", icon: ""}, + {text: "Proton", url: "https://mail.proton.me/u/0/inbox", icon: ""}, + {text: "Cloudflare One", url: "https://one.dash.cloudflare.com/", icon: ""}, + {text: "Chat GPT", url: "https://chat.openai.com/", icon: ""}, + {text: "Nixvim", url: "https://nix-community.github.io/nixvim/", icon: ""}, + {text: "Hyprland Wiki", url: "https://wiki.hyprland.org/", icon: ""}, + {text: "Nerdfont", url: "https://www.nerdfonts.com/cheat-sheet", icon: ""}, + {text: "Youtube", url: "https://youtube.com", icon: ""}, + ], + Home: [ + {text: "Casa", url: "http://192.168.2.16:8081/#/", icon: ""}, + {text: "Plex", url: "http://192.168.2.16:32400", icon: ""}, + {text: "Nextcloud", url: "http://192.168.2.16:10081", icon: ""}, + ], + Work: [ + {text: "Outlook", url: "https://outlook.office.com/mail/", icon: ""}, + {text: "Office", url: "https://www.office.com/?auth=2", icon: ""}, + {text: "Teams", url: "https://teams.microsoft.com/_", icon: ""}, + ], + ''; +in { + + ."startpage/index.html".text = '' + + + +
+ + +