remove iamb
This commit is contained in:
parent
4264f92c19
commit
dbee438a1f
3 changed files with 8 additions and 125 deletions
|
|
@ -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
|
||||
;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue