SkillAgentSearch skills...

Flk

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

Install / Use

/learn @danielphan2003/Flk
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars30
CategoryDevelopment
Updated2mo ago
Forks2

Languages

Nix

Security Score

95/100

Audited on Jan 14, 2026

No findings