feat: update wallpapers

This commit is contained in:
ryan4yin
2023-05-06 11:49:25 +08:00
parent 65e2672a68
commit e3a9bea779
15 changed files with 63 additions and 80 deletions

View File

@@ -17,7 +17,12 @@ Nix allows for easy to manage, collaborative, reproducible deployments. This mea
After installed NixOS with `nix-command` & `flake` enabled, you can deploy this flake with the following command:
```bash
# deploy my test configuration
sudo nixos-rebuild switch .#nixos-test
# deploy my PC's configuration
sudo nixos-rebuild switch .#msi-rtx4090
```
## Other Interesting Dotfiles
@@ -26,5 +31,10 @@ Other configurations from where I learned and copied:
- https://github.com/notwidow/hyprland
- https://github.com/notusknot/dotfiles-nix
- [xddxdd/nixos-config](https://github.com/xddxdd/nixos-config)
- [bobbbay/dotfiles](https://github.com/bobbbay/dotfiles)
- [gytis-ivaskevicius/nixfiles](https://github.com/gytis-ivaskevicius/nixfiles)
- [fufexan/dotfiles](https://github.com/fufexan/dotfiles)
- [davidak/nixos-config](https://codeberg.org/davidak/nixos-config)
- [davidtwco/veritas](https://github.com/davidtwco/veritas)