These files contain the configuration for many of my computers which run NixOS, as well as other UNIX-based systems which run home-manager. I also put customized Nix derivations, NixOS modules, and home-manager modules here.
To use a NixOS configuration from this repo, rebuild your system with this command:
nixos-rebuild switch --flake github:piperswe/nixfiles
It will automatically use the configuration associated with the machine's hostname.
TODO: figure this out
Add this repo as an input to your flake, then reference the packages attr.
Add this repo as an input to your flake, then reference the nixosModules attr.
Add this repo as an input to your flake, then reference the homeModules attr.
My nixfiles are licensed under the same MIT License as nixpkgs itself.