fixed chrome and added floorp

This commit is contained in:
cnst
2024-07-14 08:04:46 +02:00
parent 20573154e8
commit fbd9f22966
4 changed files with 7 additions and 10 deletions

View File

@@ -4,23 +4,20 @@
config, config,
inputs, inputs,
... ...
}: }: let
let
firefoxFlake = inputs.firefox-nightly.packages.${pkgs.stdenv.hostPlatform.system}; firefoxFlake = inputs.firefox-nightly.packages.${pkgs.stdenv.hostPlatform.system};
_firefoxNightly = firefoxFlake.firefox-nightly-bin; _firefoxNightly = firefoxFlake.firefox-nightly-bin;
_chrome = pkgs.google-chrome.override { commandLineArgs = [ "--force-dark-mode" ]; }; _chrome = pkgs.ungoogled-chromium {commandLineArgs = ["--force-dark-mode"];};
in in {
{
home.packages = lib.mkMerge [ home.packages = lib.mkMerge [
(lib.mkIf (pkgs.hostPlatform.system == "x86_64-linux") ( (lib.mkIf (pkgs.hostPlatform.system == "x86_64-linux") (
with pkgs; with pkgs; [
[
# browsers # browsers
_firefoxNightly _firefoxNightly
pkgs.firefox-bin pkgs.firefox-bin
_chrome _chrome
floorp
] ]
)) ))
]; ];

View File

@@ -13,7 +13,7 @@
# extra # extra
../../extra/foot ../../extra/foot
../../extra/firefox ../../extra/browsers
../../extra/neovim ../../extra/neovim
]; ];
home = { home = {

View File

@@ -13,7 +13,7 @@
# extra # extra
../../extra/foot ../../extra/foot
../../extra/firefox ../../extra/browsers
../../extra/neovim ../../extra/neovim
]; ];
home = { home = {