diff options
| author | Grisha Shipunov | 2024-12-31 17:13:04 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2024-12-31 17:13:04 +0100 |
| commit | 091b092b2eda01646a8eb7c7e6cdd7a304304928 (patch) | |
| tree | 6c83c4dde9d5729ce02e120ef92434eb16b4211d /modules/gnome.nix | |
| parent | 6fed8f89f75452cbd6ccd607cac16d5190e84990 (diff) | |
back to nix
Diffstat (limited to 'modules/gnome.nix')
| -rw-r--r-- | modules/gnome.nix | 19 |
1 files changed, 9 insertions, 10 deletions
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; |
