mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-17 23:26:39 +01:00
88faaa950c2e2b9389ff4cc67e03d2eef73fbfdc
Nix Configuration
This repository is home to the nix code that builds my systems.
TODO
- fix wayland related problems
- fcitx5 input method - currently not work in vscode, and failed to add flypy input method
- status bar and other hyprland scripts
- some of them do not work
- sops-nix: secret management
- devShell: manage development environments
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:
# deploy my test configuration
sudo nixos-rebuild switch .#nixos-test
# deploy my PC's configuration
sudo nixos-rebuild switch .#msi-rtx4090
Other Interesting Dotfiles
Other configurations from where I learned and copied:
Releases
10
Languages
Nix
81%
Lua
12%
Just
2.1%
Nu
1.6%
HCL
1.1%
Other
2.2%