moved ardour to home.packages, added some plugins

also set firefox search config to force instead of default as it was
breaking home-manager rebuilds
This commit is contained in:
Gabriella Bere 2025-04-23 00:52:01 +01:00
parent 727fa24022
commit 086f90f59c
3 changed files with 48 additions and 44 deletions

View file

@ -1,7 +1,11 @@
{ config, pkgs, ... }: {
{
config,
pkgs,
...
}: {
programs.firefox = {
enable = true;
# package = pkgs.librewolf;
# package = pkgs.librewolf;
profiles.blue = {
isDefault = true;
id = 0;
@ -21,7 +25,7 @@
youtube-high-definition
shinigami-eyes
];
search.default = "ddg"; # Set search engine to DuckDuckGo
search.force = "ddg"; # Set search engine to DuckDuckGo
settings = {
"browser.search.region" = "GB";
"browser.search.isUS" = false;
@ -32,7 +36,6 @@
"browser.bookmarks.autoExportHTML" = true;
"browser.bookmarks.file" = "~/bookmarks.html";
};
};
policies = {
"OfferToSaveLogins" = false;

View file

@ -45,6 +45,8 @@
telegram-desktop # Telegram messenger client
pavucontrol # Useful audio control GUI
stable.prismlauncher
calf
ardour
];
services.flatpak.packages = [
"io.mrarm.mcpelauncher" # Minecraft bedrock edition launcher

View file

@ -40,6 +40,5 @@
libreoffice
nixfmt-rfc-style
nixd
stable.ardour
];
}