From 921677a401505f06fc3b806566c68be61108f58c Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Thu, 14 Jul 2022 22:47:45 +0200 Subject: nix flake update --- modules/graphical.nix | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'modules/graphical.nix') diff --git a/modules/graphical.nix b/modules/graphical.nix index 3eb009c..0d8e4d3 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -26,7 +26,7 @@ #on the desktop, we need nice fonts ^^ fonts.fonts = with pkgs; [ monoid - (nerdfonts.override { fonts = [ "Monoid" "Hack" ]; }) + (nerdfonts.override { fonts = [ "Monoid" "Hack" "FiraMono" ]; }) font-awesome dejavu_fonts julia-mono @@ -38,8 +38,6 @@ corefonts dina-font fira - fira-code - fira-code-symbols fira-mono hack-font liberation_ttf @@ -119,6 +117,7 @@ xdg.portal = { enable = true; wlr.enable = true; + extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; }; services.udisks2.enable = true; @@ -129,15 +128,14 @@ lock = "udisksctl lock -b"; }; - qt5.platformTheme = "gtk"; - - services.gnome.gnome-keyring.enable = true; - - programs.evolution = { + qt5 = { enable = true; - plugins = [ pkgs.evolution-ews ]; + platformTheme = "gnome"; + style ="adwaita-dark"; }; + services.gnome.gnome-keyring.enable = true; + # required to autounlock gnome-keyring services.xserver = { enable = true; -- cgit v1.3.1