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

7 lines
107 B
Nix
Raw Normal View History

2021-09-27 12:52:13 +00:00
{ self, config, lib, pkgs, ... }:
let inherit (lib) fileContents;
in
{
pub-solar.mobile.enable = true;
}