From 36f386d770c7ff42b7e00b2e41d37583d40eac53 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 2 Oct 2023 07:09:03 +0100 Subject: [PATCH] Remove bookmarks and fix nix options alias --- home/firefox.nix | 45 +-------------------------------------------- 1 file changed, 1 insertion(+), 44 deletions(-) diff --git a/home/firefox.nix b/home/firefox.nix index 7abe758a..814674c0 100644 --- a/home/firefox.nix +++ b/home/firefox.nix @@ -70,7 +70,7 @@ }]; icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg"; - definedAliases = [ "@np" ]; + definedAliases = [ "@no" ]; }; "Home Manager Options" = { urls = [{ @@ -114,49 +114,6 @@ }; }; }; - bookmarks = [ - { - name = "Wikipedia"; - tags = [ "wiki" ]; - keyword = "wiki"; - url = "https://en.wikipedia.org"; - } - { - name = "NixOS Wiki"; - tags = [ "wiki" "nix" ]; - url = "https://nixos.wiki/"; - } - { - name = "Arch Wiki"; - tags = [ "wiki" "arch" ]; - url = "https://wiki.archlinux.org/"; - } - { - name = "Hyprland Wiki"; - tags = [ "wiki" "hyprland" "wayland" "wlroots" ]; - url = "https://wiki.hyprland.org/"; - } - { - name = "Gitea"; - tags = [ "git" "source" "xenia" ]; - url = "https://git.xenia.me.uk"; - } - { - name = "GitHub"; - tags = [ "git" "source" ]; - url = "https://github.com"; - } - { - name = "GitLab"; - tags = [ "git" "source" ]; - url = "https://gitlab.com"; - } - { - name = "WhatsApp Web"; - tags = [ "chat" "messaging" ]; - url = "https://web.whatsapp.com"; - } - ]; }; }; }