add chromium

This commit is contained in:
Ivan Kirilov Dimitrov 2024-08-22 13:07:57 +02:00
parent dc86d80a3a
commit 3ed2aa4cc1
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -56,9 +56,9 @@ toplevel @ { moduleWithSystem, ... }: {
); );
util = moduleWithSystem ( util = moduleWithSystem (
_: { pkgs _: { pkgs
, config , config
, ... , ...
}: { }: {
home = { home = {
packages = with pkgs; [ openssl mlocate uutils-coreutils-noprefix speedtest-cli ]; packages = with pkgs; [ openssl mlocate uutils-coreutils-noprefix speedtest-cli ];
sessionVariables = { sessionVariables = {
@ -264,9 +264,9 @@ toplevel @ { moduleWithSystem, ... }: {
); );
swayland = moduleWithSystem ( swayland = moduleWithSystem (
_: { pkgs _: { pkgs
, config , config
, ... , ...
}: { }: {
home = { home = {
packages = with pkgs; [ audacity gimp grim libnotify libreoffice-qt mupdf slurp transmission_4 wl-clipboard xdg-user-dirs xdg-utils xwayland telegram-desktop ]; packages = with pkgs; [ audacity gimp grim libnotify libreoffice-qt mupdf slurp transmission_4 wl-clipboard xdg-user-dirs xdg-utils xwayland telegram-desktop ];
pointerCursor = with pkgs; { pointerCursor = with pkgs; {
@ -705,6 +705,9 @@ toplevel @ { moduleWithSystem, ... }: {
}; };
}; };
}; };
chromium = {
enable = true;
};
}; };
xdg.mimeApps.defaultApplications = { xdg.mimeApps.defaultApplications = {
"text/html" = "firefox.desktop"; "text/html" = "firefox.desktop";