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,4 +1,8 @@
{ config, pkgs, ... }: { {
config,
pkgs,
...
}: {
programs.firefox = { programs.firefox = {
enable = true; enable = true;
# package = pkgs.librewolf; # package = pkgs.librewolf;
@ -21,7 +25,7 @@
youtube-high-definition youtube-high-definition
shinigami-eyes shinigami-eyes
]; ];
search.default = "ddg"; # Set search engine to DuckDuckGo search.force = "ddg"; # Set search engine to DuckDuckGo
settings = { settings = {
"browser.search.region" = "GB"; "browser.search.region" = "GB";
"browser.search.isUS" = false; "browser.search.isUS" = false;
@ -32,7 +36,6 @@
"browser.bookmarks.autoExportHTML" = true; "browser.bookmarks.autoExportHTML" = true;
"browser.bookmarks.file" = "~/bookmarks.html"; "browser.bookmarks.file" = "~/bookmarks.html";
}; };
}; };
policies = { policies = {
"OfferToSaveLogins" = false; "OfferToSaveLogins" = false;

View file

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

View file

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