Remove bookmarks and fix nix options alias
This commit is contained in:
parent
aadb3fc92e
commit
36f386d770
|
@ -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";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue