System : Remove old comment.
This commit is contained in:
parent
c81dc44422
commit
13eaaccfe5
|
@ -120,14 +120,6 @@
|
||||||
./module/common/Wallpaper.nix
|
./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.
|
# Function to create a host.
|
||||||
mkHost = { system, hostname, modules }: nixpkgs.lib.nixosSystem {
|
mkHost = { system, hostname, modules }: nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|
Reference in a new issue