diff options
| author | 2025-10-30 18:58:35 -0400 | |
|---|---|---|
| committer | 2025-10-30 18:58:35 -0400 | |
| commit | 44edb4b57655de5b21c51d0471e2ea02ac469c0c (patch) | |
| tree | 3717d482a17d4530b1759057764ce243d6a927d2 /nix_archive/nix | |
| parent | 342f1dcf115f998cbb5d27c5593e215b01e5b7a4 (diff) | |
| download | dotfiles-44edb4b57655de5b21c51d0471e2ea02ac469c0c.tar.gz dotfiles-44edb4b57655de5b21c51d0471e2ea02ac469c0c.tar.bz2 dotfiles-44edb4b57655de5b21c51d0471e2ea02ac469c0c.zip | |
Fix out of date nix stuff, config edits
Diffstat (limited to 'nix_archive/nix')
| -rw-r--r-- | nix_archive/nix/programs/firefox.nix | 2 | ||||
| -rw-r--r-- | nix_archive/nix/system.nix | 2 | ||||
| -rw-r--r-- | nix_archive/nix/user.nix | 3 |
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 |