Nix (home-manager) configurations for my computers
Commits at 3d28d02b2ccd74399d3fe08d9ebb1f95e300d5f9
3d28d02bConfigure GPG when gpgKeyId is set
Platforms such as macOS does not have GnuPG by default.
Shota FUJI
authored at
Shota FUJI
comitted at
321deef1Fix macOS detection not working
`builtins.match` needs to match _the whole string_, unlike other
programming languages/stdlib.
<https://discourse.nixos.org/t/nix-regex-match/7946/2>
Shota FUJI
authored at
Shota FUJI
comitted at
1efdd490Configure gpg-agent only on Linux
The service is not available on macOS. This causes error when running
`home-manager switch`.
Shota FUJI
authored at
Shota FUJI
comitted at
16b61e96Configure GPG key for Git
This eliminates manual configuration on each machine.
Shota FUJI
authored at
Shota FUJI
comitted at
61d0cedfAdd installation method to README.md
It's handy when the system does not have git.
Shota FUJI
authored at
Shota FUJI
comitted at
52fa5ae9Fix Zsh customisation not working on Chrome OS
It seems the execution order or something is different between Arch
Linux and Debian (Crostini), so that Zsh tries to evaluate `LS_COLORS`
before `vivid` is available.
Shota FUJI
authored at
Shota FUJI
comitted at