Get rid of fonts

This commit is contained in:
baduhai 2022-12-16 13:00:52 -03:00
parent 6ef1b4d8c2
commit 7721f720e5

View file

@ -20,11 +20,4 @@
fish.enable = true;
command-not-found.enable = false;
};
console = {
font = "Hack";
packages = with pkgs; [
(nerdfonts.override{fonts = ["Hack"];})
];
};
}