mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
add iamb config to home-manager
This commit is contained in:
parent
a505c76621
commit
dcf38c3fa8
1 changed files with 8 additions and 0 deletions
|
|
@ -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 = "sixel"
|
||||
'';
|
||||
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
ferdium
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue