eac8c77797
Signed-off-by: Amneesh Singh <a-singh21@ti.com> |
||
---|---|---|
conf | ||
home | ||
hosts | ||
pkgs | ||
.envrc | ||
.gitattributes | ||
.gitignore | ||
README.org | ||
cert.pem | ||
consul-agent-ca.pem | ||
flake.lock | ||
flake.nix |
README.org
Personal Dotfiles
NixOS configurations for several hosts, now with flake-parts.
How home-manager workey
Just do
nix run nixpkgs#home-manager switch -- --flake "git+https://git.weirdnatto.in/natto1784/dotfiles?ref=nixos"
How packages workey
To build or run any of the packages in this flake do
nix <"run"/"build"> "git+https://git.weirdnatto.in/natto1784/dotfiles?ref=nixos"#<package_name>
I took help from these people and their dotfiles
I'm grateful to all of them