deleted generated files

This commit is contained in:
2026-03-19 12:42:11 +00:00
parent 503d6e09f1
commit 745fc7e9aa
32 changed files with 2 additions and 1544 deletions
+2 -2
View File
@@ -982,13 +982,13 @@ Setting up GTK
** =generated/modules/desktop/fonts.nix=
This file installs and configures fonts
#+BEGIN_SRC nix :tangle generated/modules/desktop/fonts.nix :noweb tangle :mkdirp yes :eval never-html
{ lib, pkgs, ... }:
{ lib, pkgs, config, ... }:
{
# Top-level toggle
options.enableFonts = lib.mkEnableOption "Enable nerd fonts";
# Config alleen toepassen als enabled
# Config is only applied when the module is evaluated
config = lib.mkIf (config.enableFonts or false) {
fonts.packages = with pkgs; [
nerd-fonts.iosevka