Heavily inspired by https://github.com/Doc-Steve/dendritic-design-with-flake-parts. > Atomic commits? Never heard of them!
6 lines
85 B
Nix
6 lines
85 B
Nix
{
|
|
flake.modules.homeManager.zathura = {
|
|
programs.zathura.enable = true;
|
|
};
|
|
}
|