#+TITLE: Personal Dotfiles #+AUTHOR: Amneesh Singh #+OPTIONS: toc:nil num:nil NixOS configurations for several hosts, now with [[https://flake.parts][flake-parts]]. * How home-manager workey Just do #+begin_src sh nix run nixpkgs#home-manager switch -- --flake "git+https://git.weirdnatto.in/natto1784/dotfiles?ref=nixos" #+end_src * How packages workey To build or run any of the packages in this flake do #+begin_src sh nix <"run"/"build"> "git+https://git.weirdnatto.in/natto1784/dotfiles?ref=nixos"# #+end_src ----- * I took help from these people and their dotfiles + [[https://github.com/fufexan][fufexan]] + [[https://github.com/NobbZ][NobbZ]] + [[https://github.com/dramforever][dramforever]] I'm grateful to all of them