Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lokeshmohanty/nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

166 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Dotfiles in Nix

NixOS

  • Apply system configuration (nixos-install --flake .#hostname on live installation media)
sudo nixos-rebuild switch --flake .#sudarshan
# nh variant (path isn't required if programs.nh.flake is defined)
nh os switch . -c sudarshan
  • Apply home configuration
nix shell nixpkgs#home-manager
home-manager switch --flake .#lokesh@sudarshan
  • Update flake
nix flake update

Nix

curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
nix-copy-closure --to <username>@<ip> $(type -p <package-name>)

Neovim

  • To run my configuration of neovim
nix run github:lokeshmohanty/nix?dir=modules/nvim#nvim

References

TODO

About

My NixOS Configuration

Resources

Stars

Watchers

Forks

Packages

No packages published