me like nix
0

Configure Feed

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

install some stuff

author
Sean Aye
date (Dec 1, 2025, 8:48 AM -0500) commit f8303aaf parent 49eb27e6 change-id qltupuqn
+4 -1
+3 -1
hosts/common/home.nix
··· 395 395 trippy # network analyzer 396 396 rsync # file sync utility 397 397 udiskie # for mounting external drives 398 - # darktable # photo editing 398 + darktable # photo editing 399 399 zoxide 400 400 chromium 401 401 claude-code ··· 409 409 gnome-network-displays 410 410 doppler # secret management 411 411 rainfrog # db tui 412 + loupe # image viewer 413 + glycin-loaders # various format loaders for loupe 412 414 413 415 # --- FONTS ARE IMPORTANT --- 414 416 noto-fonts
+1
hosts/framework16/configuration.nix
··· 27 27 # $ nix search wget 28 28 environment.systemPackages = with pkgs; [ 29 29 brightnessctl 30 + gdm 30 31 ]; 31 32 32 33 # Some programs need SUID wrappers, can be configured further or are