Skip to content

natto1784/dotfiles

Repository files navigation

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