7 lines
107 B
Nix
7 lines
107 B
Nix
{ self, config, lib, pkgs, ... }:
|
|
let inherit (lib) fileContents;
|
|
in
|
|
{
|
|
pub-solar.social.enable = true;
|
|
}
|