Skip to content

Cold and spike-y ─ a perfect place to build your dotfiles from the ground up!

License

Notifications You must be signed in to change notification settings

danielphan2003/flk

Repository files navigation

flk

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.

Getting started (wip)

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 ];
  };
}

Features

Plus (some) overrides and modules from devos's old [community][devos-community] branch

Notable eye candies

See eye candies

Choices to make

See architecture decisions

To dos

See todos

Acknowledgements

About

Cold and spike-y ─ a perfect place to build your dotfiles from the ground up!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published