diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-12-24 05:25:40 -0600 |
|---|---|---|
| committer | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-12-24 05:25:40 -0600 |
| commit | 28b1a329a28b5a6e81b0a893d92cf1ab4d34035e (patch) | |
| tree | f2f3d074f31bdfd0712e3084d38d2a95e034959e /configuration.nix | |
| parent | 388e1d0fc309a4eba58ea8277fdac556000790e4 (diff) | |
update nix
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 5 |
1 files changed, 2 insertions, 3 deletions
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; |
