Removed iamb and added element to autostart

This commit is contained in:
EsVagy42 2026-03-05 08:42:16 +01:00
parent 809a7aa251
commit 6aca9e58b9
5 changed files with 22 additions and 27 deletions

17
autostart/Element.desktop Normal file
View file

@ -0,0 +1,17 @@
[Desktop Entry]
Comment[en_US]=
Comment=
Exec=/etc/profiles/per-user/esvagy/bin/element-desktop --hidden
GenericName[en_US]=
GenericName=
Icon=system-run
MimeType=
Name[en_US]=Element
Name=Element
Path=
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-KDE-SubstituteUID=false
X-KDE-Username=

View file

@ -1 +1 @@
Changed user_gutter_width in iamb configuration Removed iamb and added element to autostart

View file

@ -91,7 +91,6 @@ let
nextcloud-client nextcloud-client
bitwarden-desktop bitwarden-desktop
tutanota-desktop tutanota-desktop
iamb
]; ];
unproductivePackages = with pkgs; [ unproductivePackages = with pkgs; [
yt-dlp yt-dlp

View file

@ -45,10 +45,10 @@
recursive = true; recursive = true;
}; };
# home.file.".config/autostart" = { home.file.".config/autostart" = {
# source = ./startup; source = ./startup;
# recursive = true; recursive = true;
# }; };
home.file.".config/mimeapps.list" = { home.file.".config/mimeapps.list" = {
source = ./mimeapps/mimeapps.list; source = ./mimeapps/mimeapps.list;
@ -64,11 +64,6 @@
recursive = true; recursive = true;
}; };
home.file.".config/iamb" = {
source = ./iamb;
recursive = true;
};
programs = { programs = {
firefox = { firefox = {
package = pkgs.librewolf; package = pkgs.librewolf;

View file

@ -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"