Installation script confirmed working for laptop flake, re-adding waybar. Also moved firefox to programs folder

This commit is contained in:
pagedmov
2024-10-18 01:56:07 -04:00
parent 141ef4d850
commit 2a26b124ff
4 changed files with 27 additions and 158 deletions

View File

@@ -1,6 +1,8 @@
{
nur,
username,
self,
...
}: {
programs.firefox = {
enable = true;
@@ -28,9 +30,21 @@
name = "${username}";
bookmarks = [
{
name = "Nix sites";
name = "Nix Sites";
toolbar = true;
bookmarks = [
{
name = "NixOS Wiki";
url = "https://nixos.wiki/wiki/Main_Page";
}
{
name = "Nixpkgs Reference Manual";
url = "https://nixos.org/manual/nixpkgs/stable/";
}
{
name = "NixOS Manual";
url = "https://nixos.org/manual/nixos/stable/";
}
{
name = "NixOS Options";
url = "https://search.nixos.org/options";
@@ -39,26 +53,18 @@
name = "Home Manager Options";
url = "https://home-manager-options.extranix.com/";
}
{
name = "Nixpkgs Package Search";
url = "https://search.nixos.org/packages";
}
{
name = "Noogle - Nixpkgs Function Docs";
url = "https://noogle.dev";
}
{
name = "Nixvim Docs";
url = "https://nix-community.github.io/nixvim/";
}
{
name = "Noogle";
url = "https://noogle.dev/";
}
{
name = "NixOS Wiki";
url = "https://nixos.wiki/";
}
{
name = "NixOS Manual";
url = "https://nixos.org/manual/nixos/stable";
}
{
name = "Nixpkgs Reference";
url = "https://nixos.org/manual/nixpkgs/stable";
}
];
}
{
@@ -88,7 +94,6 @@
firenvim
privacy-badger
new-tab-override
tampermonkey
];
extraConfig = ''
"browser.startup.homepage" = "${self}/glasshouse-desktop/home/firefox/homepage.html";