deleted generated files

This commit is contained in:
2026-03-19 12:43:27 +00:00
parent b4cdbde842
commit 10ace9e021
32 changed files with 5 additions and 1553 deletions
@@ -1,14 +0,0 @@
{ lib, pkgs, config, ... }:
{
# Top-level toggle
options.enableFonts = lib.mkEnableOption "Enable nerd fonts";
# Config is only applied when the module is evaluated
config = lib.mkIf (config.enableFonts or false) {
fonts.packages = with pkgs; [
nerd-fonts.iosevka
nerd-fonts.fira-code
];
};
}