From 628f2208fd5404135b5c99a159a9180a695c3b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Sun, 3 Mar 2024 23:26:30 +0100 Subject: [PATCH] 64 current 1970-01-01 01:00:00 23.11.20240229.068d4db 6.1.79 * --- hosts/MaxNixosLaptop/configuration.nix | 4 ++++ hosts/MaxNixosLaptop/home.nix | 1 + 2 files changed, 5 insertions(+) diff --git a/hosts/MaxNixosLaptop/configuration.nix b/hosts/MaxNixosLaptop/configuration.nix index 6fae8ec..5ed4849 100644 --- a/hosts/MaxNixosLaptop/configuration.nix +++ b/hosts/MaxNixosLaptop/configuration.nix @@ -114,6 +114,10 @@ ffmpeg ]; + fonts.fonts = with pkgs; [ + nerdfonts + ]; + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; diff --git a/hosts/MaxNixosLaptop/home.nix b/hosts/MaxNixosLaptop/home.nix index 166767c..03c242f 100644 --- a/hosts/MaxNixosLaptop/home.nix +++ b/hosts/MaxNixosLaptop/home.nix @@ -119,6 +119,7 @@ }; bars = []; menu = "${pkgs.tofi}/bin/tofi-drun | ${pkgs.findutils}/bin/xargs swaymsg exec --"; + fonts = ["FiraCode Nerd Font"]; startup = [ {command = "${pkgs.keepassxc}/bin/keepassxc";} {command = "${pkgs.waybar}/bin/waybar";}