My NixOS configuration file. Trying out flakes.
If you want to ignore the flake and rebuild monolithically:
sudo nixos-rebuild switch -I nixos-config=./configuration.nix
Rebuild using the new flake (Recommended)
nix flake update && sudo nixos-rebuild --flake .#desktop switch --impure -p unstable
Still under heavy development. Can't guarantee stability.
sudo nixos-rebuild --flake .#desktop switch -p home --impure
Useful to debug home manager
journalctl -u home-manager-salgadev.service -n 100 --no-pager