diff options
Diffstat (limited to 'nixos/.flake/home/fonts.nix.org')
l---------[-rw-r--r--] | nixos/.flake/home/fonts.nix.org | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/nixos/.flake/home/fonts.nix.org b/nixos/.flake/home/fonts.nix.org index 3a01993..53bec1c 100644..120000 --- a/nixos/.flake/home/fonts.nix.org +++ b/nixos/.flake/home/fonts.nix.org @@ -1,14 +1 @@ -#+title: Font Configuration - -Install fonts necessary for my configuration. -#+begin_src nix :tangle ~/.flake/home/fonts.nix :mkdirp yes -{ config, pkgs, ... }: - -{ - fonts.fontconfig.enable = true; - home.packages = with pkgs; [ - cm_unicode - (pkgs.nerdfonts.override { fonts = [ "SourceCodePro" ]; }) - ]; -} -#+end_src +../../../common/.flake/home/fonts.nix.org
\ No newline at end of file |