From 3ed2aa4cc161c8ff05edbba3b140bbd9166e4cf7 Mon Sep 17 00:00:00 2001 From: Ivan Kirilov Dimitrov Date: Thu, 22 Aug 2024 13:07:57 +0200 Subject: [PATCH] add chromium --- home/modules/default.nix | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/home/modules/default.nix b/home/modules/default.nix index c223982..701de5e 100644 --- a/home/modules/default.nix +++ b/home/modules/default.nix @@ -56,9 +56,9 @@ toplevel @ { moduleWithSystem, ... }: { ); util = moduleWithSystem ( _: { pkgs - , config - , ... - }: { + , config + , ... + }: { home = { packages = with pkgs; [ openssl mlocate uutils-coreutils-noprefix speedtest-cli ]; sessionVariables = { @@ -264,9 +264,9 @@ toplevel @ { moduleWithSystem, ... }: { ); swayland = moduleWithSystem ( _: { pkgs - , config - , ... - }: { + , config + , ... + }: { home = { 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; { @@ -705,6 +705,9 @@ toplevel @ { moduleWithSystem, ... }: { }; }; }; + chromium = { + enable = true; + }; }; xdg.mimeApps.defaultApplications = { "text/html" = "firefox.desktop";