remove iamb

This commit is contained in:
TheWanderingCrow 2026-04-03 10:32:17 -04:00
parent 4264f92c19
commit dbee438a1f
3 changed files with 8 additions and 125 deletions

View file

@ -1,19 +1,8 @@
{ 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
;
inherit (inputs.iamb-flake.packages.${pkgs.stdenv.hostPlatform.system})
default
;
};
}