mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Now using currentSystemUser for username across machines
This commit is contained in:
6
modules/nix-config/fonts.nix
Normal file
6
modules/nix-config/fonts.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.jetbrains-mono
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user