Fixed config, now just some theming
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
(nerdfonts.override { fonts = [ "FiraCode" ]; })
|
||||
(nerdfonts.override { fonts = [ "Iosevka Nerd Font" ]; })
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user