fixed chrome and added floorp
This commit is contained in:
@@ -4,23 +4,20 @@
|
||||
config,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
|
||||
let
|
||||
}: let
|
||||
firefoxFlake = inputs.firefox-nightly.packages.${pkgs.stdenv.hostPlatform.system};
|
||||
_firefoxNightly = firefoxFlake.firefox-nightly-bin;
|
||||
|
||||
_chrome = pkgs.google-chrome.override { commandLineArgs = [ "--force-dark-mode" ]; };
|
||||
in
|
||||
{
|
||||
_chrome = pkgs.ungoogled-chromium {commandLineArgs = ["--force-dark-mode"];};
|
||||
in {
|
||||
home.packages = lib.mkMerge [
|
||||
(lib.mkIf (pkgs.hostPlatform.system == "x86_64-linux") (
|
||||
with pkgs;
|
||||
[
|
||||
with pkgs; [
|
||||
# browsers
|
||||
_firefoxNightly
|
||||
pkgs.firefox-bin
|
||||
_chrome
|
||||
floorp
|
||||
]
|
||||
))
|
||||
];
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
# extra
|
||||
../../extra/foot
|
||||
../../extra/firefox
|
||||
../../extra/browsers
|
||||
../../extra/neovim
|
||||
];
|
||||
home = {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
# extra
|
||||
../../extra/foot
|
||||
../../extra/firefox
|
||||
../../extra/browsers
|
||||
../../extra/neovim
|
||||
];
|
||||
home = {
|
||||
|
||||
Reference in New Issue
Block a user