me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

update programs

author
Sean Aye
date (Mar 22, 2026, 8:03 PM -0400) commit 66495185 parent 88105cd3 change-id mprxupqo
+5 -3
+3 -2
hosts/common/home.nix
··· 19 19 helix 20 20 git 21 21 jujutsu # jj-cli 22 - atop 22 + htop 23 + iotop 23 24 zellij # terminal multiplexer 24 25 alacritty 25 26 fuzzel # Application launcher ··· 57 58 flyctl # fly.io cli 58 59 vscode-json-languageserver 59 60 gnome-network-displays 60 - doppler # secret management 61 61 rainfrog # db tui 62 62 loupe # image viewer 63 63 glycin-loaders # various format loaders for loupe ··· 68 68 fastfetch 69 69 inputs.agenix.packages.${pkgs.system}.default # agenix CLI 70 70 age-plugin-yubikey # Yubikey support for agenix 71 + bambu-studio 71 72 72 73 # --- FONTS ARE IMPORTANT --- 73 74 # Berkeley Mono is the main system font, keeping JetBrains and Font Awesome for icons
+2 -1
hosts/mira/configuration.nix
··· 395 395 396 396 # Invidious (self-hosted YouTube frontend for Kodi addon) 397 397 services.invidious = { 398 - enable = true; 398 + enable = false; 399 399 port = 3001; 400 400 address = "0.0.0.0"; 401 + database.port = 5433; 401 402 settings = { 402 403 registration_enabled = false; 403 404 local = true;