ADD: various things ...

This commit is contained in:
L0m1g 2025-09-16 12:11:06 +02:00
parent 6cf61cb4f5
commit fe5cd05d60
11 changed files with 166 additions and 53 deletions

5
modules/common/fonts.nix Normal file
View file

@ -0,0 +1,5 @@
{ pkgs, ...}: {
fonts.packages = with pkgs; [
dejavu_fonts
];
}

View file

@ -5,7 +5,7 @@
};
nixpkgs.config = {
allowUnfree = true;
allowUnsupportedSystem = true;
# allowUnfree = true;
# allowUnsupportedSystem = true;
};
}