flk ─ which is cold and spike-y ─ is a perfect place to build your dotfiles from the ground up!
This is where I maintain my one and only dotfiles for NixOS. It inherits pretty much the same logic as digga's devos, with some clean up to keep the diffs clean.
Note: I'm revamping my tree, so most of the changes haven't been reflected in docs yet.
flk
has some useful packages that you can use.
{
inputs.dan-flk.url = "github:danielphan2003/flk";
outputs = { dan-flk, ... }: {
nixosConfigurations."<your-machine>".
channels.nixos.overlays = [ dan-flk.overlay ];
nixos.hostDefaults.externalModules = [ dan-flk.nixosModules ];
# home.externalModules = [ dan-flk.homeModules ];
};
}
Plus (some) overrides and modules from devos's old [community][devos-community] branch
See eye candies
See todos
- devos: old community and develop branch.
- nrdxp: author of devos.
- colemickens for many Wayland packages and Nightly versions of Firefox he provides.
- JavaCafe01 dotfiles for my attempt to switch from sway to awesome.