Skip to content

scarisey/nixos-dotfiles

Repository files navigation

NixOS dotfiles

No git ?

nix-shell -p git
git clone https://github.com/scarisey/nixos-dotfiles.git
cd nixos-dotfiles
nix-shell ##the shell.nix file will activate flake feature

Fresh install

  • On live CD

nixos-install --flake .#hostname
  • On NixOS

sudo nixos-rebuild switch --flake .#hostname
nix --accept-flake-config run . -- switch --flake .

Apply configurations

NixOS system configuration:

sudo nixos-rebuild switch --flake .
nix --accept-flake-config run . -- switch --flake .

Home manager configuration:

home-manager switch --flake .

or

nix run . -- switch --flake .

Accept nix flake config

nix run nixpkgs#cachix -- use scarisey-public

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published