diff --git a/user/app/browser/qutebrowser.nix b/user/app/browser/qutebrowser.nix
index f1c065f2..cc41995d 100644
--- a/user/app/browser/qutebrowser.nix
+++ b/user/app/browser/qutebrowser.nix
@@ -267,6 +267,7 @@ c.colors.webpage.bg = base00
@@ -283,121 +284,15 @@ c.colors.webpage.bg = base00
'';
home.file.".config/qutebrowser/containers".text = ''
-Personal
Teaching
Tech
Finances
Gaming
Gamedev
+Bard
'';
# TODO make this final section more efficient...
- home.file.".browser/Personal/config/qute-home.html".text = ''
-
-
-
-
-
Home
-
-
-
-
-
-
-
-
..--------..
- .`` "'.
- .` _.---.. /--| '.
- /`` || |
- /` /--| || |
- / / | || `/----\,
- | | | .-`.-/- __. \
- | \ `-.`` ..-` \ |
- \ ```` ~.^` | | |
- \.____.-``'|| | / /
- | || |_.- /
- | || /
- . |_-` `------~``.
- `.. ..`
- ``--______-'`
-
-
-
-
Welcome to Qutebrowser
-
-
Personal Profile
-
-
-
-
[o] [Search]
-
[b] [Quickmarks]
-
[S h] [History]
-
[t] [New tab]
-
[x] [Close tab]
-
-
-
-
-
- '';
home.file.".browser/Teaching/config/qute-home.html".text = ''
@@ -934,4 +829,112 @@ Gamedev
'';
+ home.file.".browser/Bard/config/qute-home.html".text = ''
+
+
+
+
+
Home
+
+
+
+
+
+
+
+
..--------..
+ .`` "'.
+ .` _.---.. /--| '.
+ /`` || |
+ /` /--| || |
+ / / | || `/----\,
+ | | | .-`.-/- __. \
+ | \ `-.`` ..-` \ |
+ \ ```` ~.^` | | |
+ \.____.-``'|| | / /
+ | || |_.- /
+ | || /
+ . |_-` `------~``.
+ `.. ..`
+ ``--______-'`
+
+
+
+
Welcome to Qutebrowser
+
+
Bard Profile
+
+
+
+
[o] [Search]
+
[b] [Quickmarks]
+
[S h] [History]
+
[t] [New tab]
+
[x] [Close tab]
+
+
+
+
+
+ '';
+
+
}