Skip to content

Commit

Permalink
misc(nix): install jetbrains mono
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Dec 4, 2024
1 parent 368eb96 commit 605aeac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nix/config.d/darwin.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{ ... }: {
{ pkgs, ... }: {
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages = [
];

fonts.packages = [
pkgs.jetbrains-mono
];

# Necessary for using flakes on this system.
nix.settings.experimental-features = "nix-command flakes";
nix.settings.trusted-users = [ "root" "himkt" ];
Expand Down

0 comments on commit 605aeac

Please sign in to comment.