Skip to content

Commit

Permalink
Merge pull request #33 from flokli/add-fonts
Browse files Browse the repository at this point in the history
nix/profiles/kiosk: add fonts
  • Loading branch information
flokli authored Jul 19, 2024
2 parents bf062c7 + 3edf513 commit 1a89fea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nix/profiles/kiosk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@
};
systemd.services."cage-tty1".restartIfChanged = lib.mkForce true;

fonts.enableDefaultPackages = true;
fonts.packages = with pkgs; [
noto-fonts-color-emoji
roboto
source-code-pro
gentium
];

environment.systemPackages = [
pkgs.htop
];
Expand Down

0 comments on commit 1a89fea

Please sign in to comment.