From ad486191bc0c8aa919c357d437951c0a42d5718d Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sun, 10 Jul 2022 03:00:29 +0200 Subject: flake update, nixpkgs-fmt, add extra redirect to dd-ix.net --- modules/graphical.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/graphical.nix') diff --git a/modules/graphical.nix b/modules/graphical.nix index f159797..c1eaf80 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -25,6 +25,8 @@ #on the desktop, we need nice fonts ^^ fonts.fonts = with pkgs; [ + monoid + (nerdfonts.override { fonts = [ "Monoid" ]; }) dejavu_fonts julia-mono uw-ttyp0 @@ -134,7 +136,6 @@ plugins = [ pkgs.evolution-ews ]; }; - # required to autounlock gnome-keyring services.xserver = { enable = true; -- cgit v1.3.1