Add firefox, fix ssh config, flake update

This commit is contained in:
2025-11-02 14:28:39 +03:00
parent ce07587897
commit 636847dd30
3 changed files with 40 additions and 19 deletions

View File

@@ -3,6 +3,7 @@
pkgsStable,
lib,
config,
osConfig,
...
}:
let
@@ -20,12 +21,13 @@ in
transmission_4-qt6
kdePackages.kdenlive
kdePackages.plasma-sdk
yandex-music
# Games
steam
prismlauncher
(bottles.override { removeWarningPopup = true; })
warzone2100
# warzone2100
sauerbraten
#Development
@@ -53,6 +55,18 @@ in
vivaldi = {
enable = true;
};
firefox = {
enable = true;
languagePacks = [
"ru"
];
nativeMessagingHosts =
[ ]
++ lib.optionals (osConfig.services.desktopManager.plasma6.enable) [
pkgs.kdePackages.plasma-browser-integration
];
};
direnv = {
enableZshIntegration = config.programs.zsh.enable;
};