nixos-config/mobile/config.nix

5 lines
96 B
Nix
Raw Normal View History

2023-01-07 22:19:04 -05:00
{ config, pkgs, lib, ... }:
{
imports = [ pkgs.nur.repos.noneucat.modules.pinephone.sxmo ];
}