Files
dotfiles/README.org
Amneesh Singh 2ff04267b6 update readme
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2022-12-08 01:17:48 +05:30

27 lines
749 B
Org Mode

#+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"#<package_name>
#+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