Skip to content

kotify/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nix

Setup Nix

Install on MacOS: sh <(curl -L https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume.

Install on Linux: curl -L https://nixos.org/nix/install | sh.

Currently we use unstable channel of nixpkgs, enable it: nix-channel --add https://nixos.org/channels/nixpkgs-unstable.

Install configs: cd ./.config/nixpkgs && ./install.sh.

Install all packages: nix-rebuild.

Working with Nix

To install other packages create your own overlay file in ~/.config/nixpkgs/overlays, see my-packages.nix for example.

Everytime you update overlay's files you need to run nix-rebuild command.

To update packages to latest versions run nix-channel --update && nix-rebuild.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published