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 = {