flocon/modules/default.nix

6 lines
62 B
Nix
Raw Normal View History

{
flake.nixosModules = {
theme = import ./theme;
};
}