From e056d746e0f6d4148a143143f8cf6b639aeb4095 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Wed, 13 Jul 2022 15:44:33 +0200 Subject: [PATCH] small changes --- modules/graphical.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/graphical.nix b/modules/graphical.nix index c1eaf80..3eb009c 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -26,7 +26,8 @@ #on the desktop, we need nice fonts ^^ fonts.fonts = with pkgs; [ monoid - (nerdfonts.override { fonts = [ "Monoid" ]; }) + (nerdfonts.override { fonts = [ "Monoid" "Hack" ]; }) + font-awesome dejavu_fonts julia-mono uw-ttyp0 @@ -99,6 +100,7 @@ enable = true; wrapperFeatures.gtk = true; extraPackages = with pkgs; [ + pamixer swaylock-fancy swayidle wl-clipboard @@ -144,5 +146,5 @@ wayland = true; }; }; - + programs.gnupg.agent.pinentryFlavor = "curses"; }