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
+4 -2
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 = {
+3 -4
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
+1 -1
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