nix flake update

This commit is contained in:
Grigory Shipunov 2022-07-14 22:47:45 +02:00
parent 428a122acd
commit 921677a401
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
3 changed files with 30 additions and 27 deletions

View file

@ -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";
qt5 = {
enable = true;
platformTheme = "gnome";
style ="adwaita-dark";
};
services.gnome.gnome-keyring.enable = true;
programs.evolution = {
enable = true;
plugins = [ pkgs.evolution-ews ];
};
# required to autounlock gnome-keyring
services.xserver = {
enable = true;

View file

@ -1,6 +1,11 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
isync
msmtp
neomutt
notmuch
pass
w3m
];
programs.msmtp.enable = true;