liek media and stuff and fixing shit and iinstalling adblock on browser by default cool shiz
13 lines
161 B
Nix
13 lines
161 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}:
|
|
|
|
{
|
|
environment.systemPackages = [ pkgs.nerd-fonts.fira-code ];
|
|
# console = {
|
|
# font = "FiraCode Nerd Font";
|
|
# };
|
|
}
|