mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-17 23:14:07 +01:00
c56db9828873339de7a5f8eb658c5ded7a4fd2ba
Nix Configuration
This repository is home to the nix code that builds my systems.
TODO
- vscode extensions - nix-vscode-extensions
- secret management - 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: 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?
After installed NixOS with nix-command & flake enabled, you can deploy this flake with the following command:
sudo nixos-rebuild switch .#nixos-test
Releases
10
Languages
Nix
82.4%
Lua
10.4%
Just
2.1%
Nu
1.6%
HCL
1%
Other
2.5%