mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 01:38:28 +02:00
feat: update docs
This commit is contained in:
23
README.md
23
README.md
@@ -5,8 +5,18 @@ This repository is home to the nix code that builds my systems.
|
||||
|
||||
## TODO
|
||||
|
||||
- vscode extensions
|
||||
- secret management
|
||||
- vscode extensions - [nix-vscode-extensions](https://github.com/nix-community/nix-vscode-extensions)
|
||||
- secret management - [sops-nix](https://github.com/Mic92/sops-nix)
|
||||
- switch from i3wm to hyprland
|
||||
- i3wm: old and stable, only support X11
|
||||
- sway: compatible with i3wm, support Wayland. do not support Nvidia GPU officially.
|
||||
- [hyprland](https://wiki.hyprland.org/Nix/Hyprland-on-NixOS/): project starts from 2022, support Wayland, envolving fast, good looking, support Nvidia GPU.
|
||||
|
||||
|
||||
## Why Nix?
|
||||
|
||||
Nix allows for easy to manage, collaborative, reproducible deployments. This means that once something is setup and configured once, it works forever. If someone else shares their configuration, anyone can make use of it.
|
||||
|
||||
|
||||
## How to install Nix and Deploy this Flake?
|
||||
|
||||
@@ -20,14 +30,9 @@ Nix can be used on Linux and MacOS, we have to method to install Nix:
|
||||
After installed Nix with `nix-command` & `flake` enabled, you can deploy this flake with the following command:
|
||||
|
||||
```bash
|
||||
sudo nixos-rebuild switch .#nixos
|
||||
sudo nixos-rebuild switch .#nixos-test
|
||||
```
|
||||
|
||||
## Why Nix?
|
||||
|
||||
Nix allows for easy to manage, collaborative, reproducible deployments. This means that once something is setup and configured once, it works forever. If someone else shares their configuration, anyone can make use of it.
|
||||
|
||||
|
||||
## References
|
||||
|
||||
- [Nix Flake Basics](./Nix_Flake_Basics.md)
|
||||
- [Nix Basics](./Nix_Basics.md)
|
||||
|
||||
Reference in New Issue
Block a user