os/profiles/social/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
119 B
Nix
Raw Normal View History

{
2022-11-20 22:28:23 +00:00
self,
config,
lib,
pkgs,
...
}: let
inherit (lib) fileContents;
2022-11-20 22:28:23 +00:00
in {
pub-solar.social.enable = true;
}