diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-06-10 09:07:19 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-06-10 09:07:19 +0200 |
| commit | 032a9931c8a04b294868217d917fe4e862c30204 (patch) | |
| tree | 3badc253384e2f6099439996760e419d1dac7b5c /nixos/desktop/default.nix | |
| parent | 677ffed81557fc8216c690c46287a78f5dd8f35e (diff) | |
fix plymouth
Diffstat (limited to 'nixos/desktop/default.nix')
| -rw-r--r-- | nixos/desktop/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/desktop/default.nix b/nixos/desktop/default.nix index 13d3598..eb7fa46 100644 --- a/nixos/desktop/default.nix +++ b/nixos/desktop/default.nix @@ -62,7 +62,6 @@ fonts.packages = with pkgs; [ noto-fonts font-awesome - (nerdfonts.override {fonts = [ "Hermit" ]; }) - + nerd-fonts.hurmit ]; } |
