diff --git a/.config/linux/system/flake.nix b/.config/linux/system/flake.nix index 6e2c570..d130ad7 100644 --- a/.config/linux/system/flake.nix +++ b/.config/linux/system/flake.nix @@ -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;