summaryrefslogtreecommitdiff
path: root/modules/graphical.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2022-07-10 03:00:29 +0200
committerGrigory Shipunov2022-07-10 03:00:29 +0200
commitad486191bc0c8aa919c357d437951c0a42d5718d (patch)
treef1e70e7935276ed1a5b46ebe86ef5cbc1ca840dd /modules/graphical.nix
parent61ffad9f74ce38fd3e2c924d48ad62f4d0fbb208 (diff)
flake update, nixpkgs-fmt, add extra redirect to dd-ix.net
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;