feat: add carefonts to allowed software

This commit is contained in:
s-prechtl 2025-07-01 01:47:35 +02:00
parent c2e7a6b5f0
commit 74fd529df1

View file

@ -19,6 +19,10 @@ in {
networking.hostName = "hitsugibune";
time.timeZone = "Europe/Vienna";
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"corefonts"
];
environment.systemPackages = with pkgs; [
vim
wget