add iamb config to home-manager

This commit is contained in:
TheWanderingCrow 2025-10-30 23:07:58 -04:00
parent a505c76621
commit 87def33e67

View file

@ -1,5 +1,13 @@
{ inputs, pkgs, ... }:
{
home.file.".config/iamb/config.toml".text = ''
[profiles.crow]
user_id = "@crow:psychal.link"
[profiles.crow.settings]
open_command = ["librewolf"]
image_preview.type = "sixel"
'';
home.packages = builtins.attrValues {
inherit (pkgs)
ferdium