about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2024-10-01 17:00:46 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2024-10-01 17:00:46 +0200
commit504bdfe1ae2729e6aebdbceb3c7c489fb64c7783 (patch)
treecd809ff3117c0cdcec1df10085fed91825983ceb /modules
parent83a8e572ede132817a682107430341ed2ca9005a (diff)
downloaddots-504bdfe1ae2729e6aebdbceb3c7c489fb64c7783.tar.gz
dots-504bdfe1ae2729e6aebdbceb3c7c489fb64c7783.zip
t14: 49 current 2024-10-01 17:00:41 24.05.20240928.fbca5e7 6.6.52 *
Diffstat (limited to 'modules')
-rw-r--r--modules/gnome.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/gnome.nix b/modules/gnome.nix
index 50ccd13..4e8b082 100644
--- a/modules/gnome.nix
+++ b/modules/gnome.nix
@@ -117,6 +117,10 @@ in
 		libreoffice
 	];
 
+	fonts.packages = with pkgs; [
+		nerdfonts
+	];
+
 	nixpkgs.config.allowUnfree = true;
 
 	documentation.nixos.enable = false;