๐Ÿ“ฆ weihanglo / dotfiles

๐Ÿ“„ README.md ยท 32 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32# Weihang Lo's Dotfiles

## Usage

Build and activate [home-manager] configuration:

```console
nix run home-manager/release-24.11 -- switch --flake github:weihanglo/dotfiles
```

Build and activate [nix-darwin] configuration:

```console
nix run nix-darwin/nix-darwin-24.11#darwin-rebuild -- switch --flake github:weihanglo/dotfiles
```

Activave different dev shells:

```console
nix develop github:weihanglo/dotfiles#cargo
nix develop github:weihanglo/dotfiles#rust
```

## License

[The MIT License (MIT)](LICENSE)

Copyright ยฉ 2015 - Present Weihang Lo

[nix-darwin]: https://github.com/LnL7/nix-darwin
[home-manager]: https://github.com/nix-community/home-manager