summaryrefslogtreecommitdiff
path: root/common/programs
diff options
context:
space:
mode:
Diffstat (limited to 'common/programs')
-rw-r--r--common/programs/vesktop.nix2
-rw-r--r--common/programs/zenBrowser.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/programs/vesktop.nix b/common/programs/vesktop.nix
index be35840..b90e5b3 100644
--- a/common/programs/vesktop.nix
+++ b/common/programs/vesktop.nix
@@ -12,7 +12,7 @@
then
[ "midnight.css" ]
else
- [ "noctalia.theme.css" ];
+ [ "discord-system24.css" ];
# autoUpdate = true;
# autoUpdateNotification = true;
# notifyAboutUpdates = false;
diff --git a/common/programs/zenBrowser.nix b/common/programs/zenBrowser.nix
index 406f9b7..00eb264 100644
--- a/common/programs/zenBrowser.nix
+++ b/common/programs/zenBrowser.nix
@@ -92,7 +92,7 @@ in
}
{
Name = "Nixpkgs";
- URLTemplate = "https://search.nixos.org/packages?query={searchTerms}";
+ URLTemplate = "https://search.nixos.org/packages?channel=unstable&query={searchTerms}";
IconURL = "https://wiki.nixos.org/favicon.ico";
Alias = ":np";
}