Remove reference to NUR

This commit is contained in:
Kiana Sheibani 2023-01-07 22:44:17 -05:00
parent 6745b3663f
commit 6696355b19
4 changed files with 46 additions and 28 deletions

View file

@ -1,4 +1,8 @@
{ config, pkgs, lib, ... }:
{
imports = [ pkgs.nur.repos.noneucat.modules.pinephone.sxmo ];
hardware.bluetooth.enable = true;
hardware.pulseaudio.package = pkgs.pulseAudioFull;
zramSwap.enable = true;
services.xserver.windowManager.sxmo.enable = true;
}