breaking changes
This commit is contained in:
@@ -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
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user