Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 543 Bytes

readme.md

File metadata and controls

16 lines (11 loc) · 543 Bytes

NixOS

All my config is under ./modules. Use the module and customize what you want.

Usage

Take a look at ./configuration.nix.example. The example also can be taken as a reference for home.nix when importing ./modules/user/home.nix into home-manager modules.

Local file

local is used for private or local files. Other files' path can be used as well with git update-index --assume-unchanged <file-list> or git update-index --skip-worktree <file-list>.