alpha
Login
or
Join now
seanaye.bsky.social
/
nixos-config
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
me like nix
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
update programs
author
Sean Aye
date
3 months ago
(Mar 22, 2026, 8:03 PM -0400)
commit
66495185
664951859f8321eaee1b85d38371afefd5030e66
parent
88105cd3
88105cd3cb59bc7ce9ad15c01de5b612f5453461
change-id
mprxupqo
mprxupqorwowwvwmrwuwsmoyluvymuyp
+5
-3
2 changed files
Expand all
Collapse all
Unified
Split
hosts
common
home.nix
mira
configuration.nix
+3
-2
hosts/common/home.nix
Reviewed
···
19
19
helix
20
20
git
21
21
jujutsu # jj-cli
22
22
-
atop
22
22
+
htop
23
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
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
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
Reviewed
···
395
395
396
396
# Invidious (self-hosted YouTube frontend for Kodi addon)
397
397
services.invidious = {
398
398
-
enable = true;
398
398
+
enable = false;
399
399
port = 3001;
400
400
address = "0.0.0.0";
401
401
+
database.port = 5433;
401
402
settings = {
402
403
registration_enabled = false;
403
404
local = true;