Merge branch 'main' of github.com:alexmickelson/infrastructure

This commit is contained in:
2026-01-24 12:47:43 -07:00
3 changed files with 8 additions and 2 deletions

View File

@@ -261,6 +261,7 @@ services:
environment: environment:
- SEARXNG_BASE_URL=http://server.alexmickelson.guru:4446/ - SEARXNG_BASE_URL=http://server.alexmickelson.guru:4446/
restart: unless-stopped restart: unless-stopped
networks: networks:
proxy: proxy:
name: proxy name: proxy

View File

@@ -124,13 +124,15 @@
# protontricks stuff? # protontricks stuff?
freetype freetype
freetype.bin # freetype.bin
fontconfig fontconfig
libxcrypt-compat # libxcrypt-compat
libpng libpng
zlib zlib
quickemu quickemu
git-lfs
]; ];
programs.nix-ld.enable = true; programs.nix-ld.enable = true;

View File

@@ -58,12 +58,15 @@ in {
bitwarden-desktop bitwarden-desktop
wiremix wiremix
(config.lib.nixGL.wrap moonlight-qt) (config.lib.nixGL.wrap moonlight-qt)
nvtopPackages.amd
# jan # jan
# texlivePackages.jetbrainsmono-otf # texlivePackages.jetbrainsmono-otf
# nerd-fonts.fira-code # nerd-fonts.fira-code
# dejavu_fonts # dejavu_fonts
# vscode-fhs # vscode-fhs
# aider-chat-full # aider-chat-full
codex
]; ];
fonts.fontconfig.enable = true; fonts.fontconfig.enable = true;
programs.firefox = { programs.firefox = {