From 13eaaccfe5b5a4ddc25887215bf127be43db9d46 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sun, 25 Feb 2024 20:29:53 +0300 Subject: [PATCH] System : Remove old comment. --- .config/linux/system/flake.nix | 8 -------- 1 file changed, 8 deletions(-) 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;