diff options
| author | Andrew <admonty1@protonmail.com> | 2025-08-21 12:55:58 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-08-21 12:55:58 -0400 |
| commit | 645f9c407eaca470fea0837274e419b0d54bfa77 (patch) | |
| tree | c6ea42ea0fc35bcd63b86662277de4b4a98ad671 /configuration.nix | |
| parent | modularize brave config and rmpc config and theme (diff) | |
| download | nixos-645f9c407eaca470fea0837274e419b0d54bfa77.tar.gz nixos-645f9c407eaca470fea0837274e419b0d54bfa77.tar.bz2 nixos-645f9c407eaca470fea0837274e419b0d54bfa77.zip | |
format
Diffstat (limited to '')
| -rw-r--r-- | configuration.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configuration.nix b/configuration.nix index 45372c7..846788a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -94,11 +94,11 @@ }; programs.regreet.enable = true; -fonts.packages = with pkgs; [ - nerd-fonts.jetbrains-mono - nerd-fonts.fira-code - nerd-fonts.droid-sans-mono -]; + fonts.packages = with pkgs; [ + nerd-fonts.jetbrains-mono + nerd-fonts.fira-code + nerd-fonts.droid-sans-mono + ]; # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; |
