(desktop) Gen 496: fixed 'invoke' script, altered firefox bookmarks
This commit is contained in:
2
flake.lock
generated
2
flake.lock
generated
@@ -870,7 +870,7 @@
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1,
|
||||
"narHash": "sha256-Cp+apszVyMt3AIJSc7YFfxO2KhPvVQ63s3f8Uzkrfs8=",
|
||||
"narHash": "sha256-9Ajo8TveKRz2KN9eO9AgpMuPMl0g9pf/ehU6NKFxDiQ=",
|
||||
"path": "./pkgs/nixvim",
|
||||
"type": "path"
|
||||
},
|
||||
|
||||
@@ -29,6 +29,22 @@
|
||||
profiles.${username} = {
|
||||
name = "${username}";
|
||||
bookmarks = [
|
||||
{
|
||||
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";
|
||||
@@ -37,10 +53,20 @@
|
||||
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 = "Rust Manual";
|
||||
url = "https://doc.rust-lang.org/book/ch01-03-hello-cargo.html";
|
||||
@@ -68,7 +94,6 @@
|
||||
firenvim
|
||||
privacy-badger
|
||||
new-tab-override
|
||||
tampermonkey
|
||||
];
|
||||
extraConfig = ''
|
||||
"browser.startup.homepage" = "${self}/glasshouse-desktop/home/firefox/homepage.html";
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
pkgs.writeShellScriptBin "invoke" ''
|
||||
#!/run/current-system/sw/bin/bash
|
||||
|
||||
nix run nixpkgs#$"@"
|
||||
nix run nixpkgs#"$@"
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user