Many small structural improvements (treefmt, no cyclic imports, git-pre-commit-hook, faster CI) #50

Merged
fabianhauser merged 16 commits from update-imports into main 2025-03-26 15:10:42 +01:00
2 changed files with 0 additions and 22 deletions
Showing only changes of commit 5ff94e05b8 - Show all commits

View file

@ -11,7 +11,6 @@
./overlays.nix
./physical.nix
./security.nix
./unfree.nix
./virtual-machine.nix
];

View file

@ -1,21 +0,0 @@
{
config,
lib,
...
}:
{
nixpkgs.config.allowUnfreePredicate =
pkg:
builtins.elem (lib.getName pkg) [
"corefonts"
"camingo-code"
"helvetica-neue-lt-std"
#"kochi-substitute-naga10"
"ttf-envy-code-r"
"vista-fonts"
"vista-fonts-chs"
"xkcd-font-unstable"
"ricty"
];
}