System : Remove old comment.

This commit is contained in:
Dmitry Voronin 2024-02-25 20:29:53 +03:00
parent c81dc44422
commit 13eaaccfe5

View file

@ -120,14 +120,6 @@
./module/common/Wallpaper.nix
];
# Apple fonts flake.
# applefont-flake = import ./derivation/applefont/flake.nix;
# applefont-outputs = applefont-flake.outputs {
# inherit nixpkgs;
# inherit system;
# };
# applefont = applefont-outputs.packages.system.default;
# Function to create a host.
mkHost = { system, hostname, modules }: nixpkgs.lib.nixosSystem {
inherit system;