From 44edb4b57655de5b21c51d0471e2ea02ac469c0c Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Thu, 30 Oct 2025 18:58:35 -0400 Subject: Fix out of date nix stuff, config edits --- nix_archive/nix/programs/firefox.nix | 2 +- nix_archive/nix/system.nix | 2 +- nix_archive/nix/user.nix | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) (limited to 'nix_archive/nix') diff --git a/nix_archive/nix/programs/firefox.nix b/nix_archive/nix/programs/firefox.nix index c485e49..61f19cc 100644 --- a/nix_archive/nix/programs/firefox.nix +++ b/nix_archive/nix/programs/firefox.nix @@ -3,7 +3,7 @@ let colo = config.local.scheme; in { environment.systemPackages = with pkgs; [ - firefox-wayland + firefox ]; environment.sessionVariables = { BROWSER = "firefox"; diff --git a/nix_archive/nix/system.nix b/nix_archive/nix/system.nix index 92b95df..7aaebe6 100644 --- a/nix_archive/nix/system.nix +++ b/nix_archive/nix/system.nix @@ -78,7 +78,7 @@ enable = true; extraPackages = with pkgs; [ libvdpau-va-gl - vaapiVdpau + libva-vdpau-driver ]; }; diff --git a/nix_archive/nix/user.nix b/nix_archive/nix/user.nix index 3c78a18..360f53d 100644 --- a/nix_archive/nix/user.nix +++ b/nix_archive/nix/user.nix @@ -19,9 +19,8 @@ in { fontDir.enable = true; packages = with pkgs; [ local-fonts - vistafonts + vista-fonts noto-fonts - noto-fonts-extra noto-fonts-cjk-sans noto-fonts-cjk-serif noto-fonts-emoji-blob-bin -- cgit v1.2.3-101-g0448