No description
Find a file
2026-07-28 02:59:11 +03:00
configuration.nix Update from nixos 24.05 to 26.05 2026-07-27 23:06:00 +03:00
flake.lock Update flake.lock 2026-07-28 02:57:15 +03:00
flake.nix Update from nixos 24.05 to 26.05 2026-07-27 23:06:00 +03:00
home.nix Update from nixos 24.05 to 26.05 2026-07-27 23:06:00 +03:00
README.md Update README 2026-07-28 02:59:11 +03:00

My NixOS configuration

Running on a new machine

  1. Install NixOS
  2. Generate configuration files by running nixos-generate-config
  3. Add git to configuration.nix's environment.systemPackages
  4. Add flakes support by appending nix.settings.experimental-features = ["nix-command" "flakes"];
  5. Rebuild nixos-rebuild switch
  6. Clone this repo to your destination of choice (I go with ~/.dotfiles for the time being)
  7. Install home-manager
  8. Switch to the current version nixos-rebuild switch --flake . --impure (Impure, because we do not provide hardware configuration, since it is machine dependant)
  9. Switch to the current version of home-manager home-manager switch --flake .