summaryrefslogtreecommitdiff
path: root/nix_archive/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix_archive/nix')
-rw-r--r--nix_archive/nix/programs/firefox.nix2
-rw-r--r--nix_archive/nix/system.nix2
-rw-r--r--nix_archive/nix/user.nix3
3 files changed, 3 insertions, 4 deletions
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