pub-solar-os/profiles/social/default.nix

7 lines
107 B
Nix

{ self, config, lib, pkgs, ... }:
let inherit (lib) fileContents;
in
{
pub-solar.social.enable = true;
}