My NixOs configurations
Initially forked from https://github.com/notusknot/dotfiles-nix, but found that repo is quite old.
Now the configs are based on https://github.com/martijnboers/nixos, which is a great nixos config repo.
Useful links to learn the nix:
- https://nix.dev/tutorials/nix-language, to learn the nix language
- https://serokell.io/blog/practical-nix-flakes, to learn the nix flake
- https://www.youtube.com/watch?v=1ED9b7ERTzI&ab_channel=IogaMaster, quick intro to nix ecosystem
- https://www.youtube.com/watch?v=SzyuLVzS5Fg, great video about the NixOS module
- https://nixos-and-flakes.thiscute.world/nixos-with-flakes/modularize-the-configuration, intro to NixOS module