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:
parent
727fa24022
commit
086f90f59c
3 changed files with 48 additions and 44 deletions
|
@ -1,7 +1,11 @@
|
||||||
{ config, pkgs, ... }: {
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# package = pkgs.librewolf;
|
# package = pkgs.librewolf;
|
||||||
profiles.blue = {
|
profiles.blue = {
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
id = 0;
|
id = 0;
|
||||||
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -40,6 +40,5 @@
|
||||||
libreoffice
|
libreoffice
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
nixd
|
nixd
|
||||||
stable.ardour
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue