summaryrefslogtreecommitdiff
path: root/modules/graphical.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/graphical.nix')
-rw-r--r--modules/graphical.nix3
1 files changed, 2 insertions, 1 deletions
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;