feat: polish

This commit is contained in:
Ryan Yin 2024-02-12 17:32:00 +08:00
parent ea5cf90ff1
commit 73a1a65442
2 changed files with 2 additions and 2 deletions

View file

@ -79,7 +79,7 @@ One example of importing the above configuration as a NixOS module is as follows
modules = [
./configuration.nix
# import the module that contains our overlays
# import the module that contains overlays
(import ./overlays)
];
};

View file

@ -84,7 +84,7 @@
modules = [
./configuration.nix
# 引入 overlays Module
# 引入定义了 overlays Module
(import ./overlays)
];
};