Compare commits
2 commits
1c268a69d2
...
49452e89db
Author | SHA1 | Date | |
---|---|---|---|
49452e89db | |||
2a3dc8536e |
2 changed files with 9 additions and 4 deletions
|
@ -245,11 +245,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1700847865,
|
"lastModified": 1700900274,
|
||||||
"narHash": "sha256-uWaOIemGl9LF813MW0AEgCBpKwFo2t1Wv3BZc6e5Frw=",
|
"narHash": "sha256-KWoKDP5I1viHR4bG3ENnJ7H1DD16tXWH4ROvS0IfXw8=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "8cedd63eede4c22deb192f1721dd67e7460e1ebe",
|
"rev": "a462e7315deaa8194b0821f726709bb7e51a850c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
"https://addons.mozilla.org/firefox/downloads/latest/torproject-snowflake"
|
"https://addons.mozilla.org/firefox/downloads/latest/torproject-snowflake"
|
||||||
"https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager"
|
"https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager"
|
||||||
"https://addons.mozilla.org/firefox/downloads/latest/terms-of-service-didnt-read"
|
"https://addons.mozilla.org/firefox/downloads/latest/terms-of-service-didnt-read"
|
||||||
"https://addons.mozilla.org/firefox/downloads/latest/cookie-autodelete"
|
|
||||||
];
|
];
|
||||||
Extensions.Uninstall = [
|
Extensions.Uninstall = [
|
||||||
"google@search.mozilla.org"
|
"google@search.mozilla.org"
|
||||||
|
@ -87,6 +86,12 @@
|
||||||
keyword = "pad";
|
keyword = "pad";
|
||||||
url = "https://pad.katzen.cafe";
|
url = "https://pad.katzen.cafe";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "Auth";
|
||||||
|
tags = [ "keycloak" ];
|
||||||
|
keyword = "auth";
|
||||||
|
url = "https://auth.katzen.cafe/realms/katzen.cafe/account";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "CCCHH";
|
name = "CCCHH";
|
||||||
bookmarks = [
|
bookmarks = [
|
||||||
|
|
Loading…
Reference in a new issue