From d387313cc3899923ec01bba21b9bf75ff8f52859 Mon Sep 17 00:00:00 2001 From: Vegard Bieker Matthey Date: Mon, 29 Dec 2025 11:39:52 +0100 Subject: [PATCH] use pipewire for mpv --- configuration.nix | 5 ++++- home.nix | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index f1eab01..86fc10a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -12,7 +12,7 @@ time.timeZone = "Europe/Oslo"; - i18n.defaultLocale = "en_US.UTF-8"; + i18n.defaultLocale = "nb_NO.UTF-8"; console = { keyMap = "no"; }; @@ -26,6 +26,8 @@ use-xdg-base-directories = true; }; + services.thermald.enable = true; + fonts.fontconfig.enable = true; fonts.fontconfig.defaultFonts = { monospace = [ @@ -123,6 +125,7 @@ unzip zip zathura + zathuraPkgs.zathura_cb qbittorrent typst calibre diff --git a/home.nix b/home.nix index 3590256..ce88972 100644 --- a/home.nix +++ b/home.nix @@ -241,6 +241,10 @@ programs.mpv = { enable = true; + config = { + profile = "gpu-hq"; + ao = "pipewire"; + }; }; programs.nushell = {