breaking changes

This commit is contained in:
2025-11-18 21:51:29 +01:00
parent 7d3f4e8afb
commit 8d32e1a377
6 changed files with 12 additions and 14 deletions

View File

@@ -5,10 +5,9 @@ let
intel-media-driver
# not added due to collision
# https://github.com/NixOS/nixos-hardware/issues/1170
#(if (lib.versionOlder (lib.versions.majorMinor lib.version) "23.11")
# then vaapiIntel
# else intel-vaapi-driver)
vaapiVdpau
(if (lib.versionOlder (lib.versions.majorMinor lib.version) "23.11")
then vaapiIntel
else intel-vaapi-driver)
libvdpau-va-gl
intel-ocl
intel-compute-runtime # OpenCL filter support (hardware tonemapping and subtitle burn-in)

View File

@@ -27,8 +27,6 @@
services.ollama.acceleration = lib.mkDefault "rocm";
hardware.amdgpu.opencl.enable = lib.mkDefault true;
#hardware.amdgpu.amdvlk.enable = lib.mkDefault true;
#hardware.amdgpu.amdvlk.support32Bit.enable = lib.mkDefault true;
# https://libreddit.noximilien.pbsds.net/r/archlinux/comments/nih9c9/amdgpu_vs_modesetting_in_current_510_kernels_xorg/
services.xserver.videoDrivers = [ "amdgpu" ]; # use gpu, adaptive sync and and hardware page flipping

View File

@@ -119,8 +119,10 @@
noto-fonts # includes Cousine
noto-fonts-cjk-sans
noto-fonts-cjk-serif
noto-fonts-emoji
noto-fonts-extra
#noto-fonts-emoji # removed
noto-fonts-color-emoji
#noto-fonts-extra
noto-fonts
];
services.fail2ban = {

View File

@@ -1,15 +1,14 @@
{ pkgs, ... }:
# TODO: https://github.com/antithesishq/madness ?
# TODO:
# this is what i currently do to use conda/pypi with nix-ld:
# export LD_LIBRARY_PATH=$NIX_LD_LIBRARY_PATH:/run/opengl-driver/lib:/run/opengl-driver-32/lib
# export LD_LIBRARY_PATH="$NIX_LD_LIBRARY_PATH:/run/opengl-driver/lib:/run/opengl-driver-32/lib"
# can i somehow add /run/opengl-driver/lib:/run/opengl-driver-32/lib to $NIX_LD_LIBRARY_PATH? will it work?
# instead of rebooting, you can source /etc/set-environment to get $NIX_LD_LIBRARY_PATH into your environment
{
programs.nix-ld.enable = true;
programs.nix-ld.package = pkgs.nix-ld-rs or pkgs.unstable.nix-ld-rs or pkgs.nix-ld;
programs.nix-ld.libraries = with pkgs; [
acl

View File

@@ -64,7 +64,7 @@
htmlq
# mprocs
systemctl-tui
du-dust # du alternative
dust # du alternative
ncdu # Disk usage analyzer with an ncurses interface
# dialog # TODO: remove?
# visidata

View File

@@ -237,7 +237,7 @@ in
systemctl-tui
# sysz
duf # df alternative
#du-dust # better du
#dust # better du
ncdu # du tui
hexyl # better hexdump
#xplr # tui file explorer