From 28b1a329a28b5a6e81b0a893d92cf1ab4d34035e Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Tue, 24 Dec 2024 05:25:40 -0600 Subject: update nix --- configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 3b7814a..440b768 100644 --- a/configuration.nix +++ b/configuration.nix @@ -212,15 +212,14 @@ # fonts fonts.packages = with pkgs; [ - (nerdfonts.override { - fonts = [ "JetBrainsMono" ]; - }) + nerd-fonts.jetbrains-mono ]; # bluetooth hardware.bluetooth.enable = false; # audio + services.pipewire.enable = false; hardware.pulseaudio.enable = true; hardware.pulseaudio.package = pkgs.pulseaudioFull; -- cgit v1.2.3