Skip to content

NixOS / Windows 10 dual boot system configuration.nix file. Reference for similar hardware systems.

License

Notifications You must be signed in to change notification settings

salgadev/nixos-configuration

Repository files navigation

nixos-configuration

My NixOS configuration file. Trying out flakes.

Rebuild using this configuration

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

Nightly Home Manager version

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

About

NixOS / Windows 10 dual boot system configuration.nix file. Reference for similar hardware systems.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages