From 091b092b2eda01646a8eb7c7e6cdd7a304304928 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Tue, 31 Dec 2024 17:13:04 +0100 Subject: back to nix --- modules/gnome.nix | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'modules/gnome.nix') diff --git a/modules/gnome.nix b/modules/gnome.nix index 787d489..4de125f 100644 --- a/modules/gnome.nix +++ b/modules/gnome.nix @@ -8,17 +8,16 @@ celluloid gnome-console gnome-obfuscate - gnome.gnome-boxes - gnome.gnome-tweaks + gnome-boxes + gnome-tweaks nextcloud-client qbittorrent ]; environment.gnome.excludePackages = with pkgs; [ - gnome.totem - gnome.geary - gnome.gnome-music - gnome-console + totem + geary + gnome-music ]; @@ -30,7 +29,7 @@ programs = { seahorse.enable = true; - gnupg.agent.pinentryFlavor = "gnome3"; + gnupg.agent.pinentryPackage = pkgs.pinentry-gnome3; evolution = { enable = true; plugins = [ pkgs.evolution-ews ]; @@ -70,7 +69,7 @@ programs.zsh.vteIntegration = true; programs.bash.vteIntegration = true; - fonts.fonts = with pkgs; [ + fonts.packages = with pkgs; [ monoid font-awesome dejavu_fonts @@ -87,7 +86,7 @@ hack-font liberation_ttf noto-fonts - noto-fonts-cjk + noto-fonts-cjk-sans noto-fonts-emoji noto-fonts-extra proggyfonts @@ -98,7 +97,7 @@ iosevka-bin ]; - fonts.enableDefaultFonts = true; + fonts.enableDefaultPackages = true; fonts.fontconfig = { enable = true; allowBitmaps = true; -- cgit v1.3.1