From b9efb1ea067dcfb4df21669cd064a7164177a292 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Thu, 5 Mar 2026 08:39:41 +0100 Subject: [PATCH] Removed iamb and added element to autostart --- commit_text | 2 +- configuration.nix | 1 - home.nix | 13 ++++--------- iamb/config.toml | 16 ---------------- 4 files changed, 5 insertions(+), 27 deletions(-) delete mode 100644 iamb/config.toml diff --git a/commit_text b/commit_text index eb64002..77566b6 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Changed user_gutter_width in iamb configuration +Removed iamb and added element to autostart diff --git a/configuration.nix b/configuration.nix index e61f774..eb39046 100644 --- a/configuration.nix +++ b/configuration.nix @@ -91,7 +91,6 @@ let nextcloud-client bitwarden-desktop tutanota-desktop - iamb ]; unproductivePackages = with pkgs; [ yt-dlp diff --git a/home.nix b/home.nix index 045ec8a..b01c9a2 100644 --- a/home.nix +++ b/home.nix @@ -45,10 +45,10 @@ recursive = true; }; - # home.file.".config/autostart" = { - # source = ./startup; - # recursive = true; - # }; + home.file.".config/autostart" = { + source = ./startup; + recursive = true; + }; home.file.".config/mimeapps.list" = { source = ./mimeapps/mimeapps.list; @@ -64,11 +64,6 @@ recursive = true; }; - home.file.".config/iamb" = { - source = ./iamb; - recursive = true; - }; - programs = { firefox = { package = pkgs.librewolf; diff --git a/iamb/config.toml b/iamb/config.toml deleted file mode 100644 index 6a0cf83..0000000 --- a/iamb/config.toml +++ /dev/null @@ -1,16 +0,0 @@ -[profiles.user] -user_id = "@esvagy:esvagy.com" - -[settings] -read_receipt_send = false -typing_notice_send = false -username_display = "displayname" -user_gutter_width = 10 - -[settings.notifications] -enabled = true -show_message = true -via = "desktop" - -[settings.image_preview] -protocol.type = "sixel"