Added iamb and configuration and removed element from autostart
This commit is contained in:
parent
7cb5d55808
commit
1056f43d29
5 changed files with 23 additions and 22 deletions
|
|
@ -1 +1 @@
|
||||||
Added quizlet anki addon
|
Added iamb and configuration and removed element from autostart
|
||||||
|
|
|
||||||
|
|
@ -91,6 +91,7 @@ let
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
bitwarden-desktop
|
bitwarden-desktop
|
||||||
tutanota-desktop
|
tutanota-desktop
|
||||||
|
iamb
|
||||||
];
|
];
|
||||||
unproductivePackages = with pkgs; [
|
unproductivePackages = with pkgs; [
|
||||||
yt-dlp
|
yt-dlp
|
||||||
|
|
|
||||||
13
home.nix
13
home.nix
|
|
@ -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,6 +64,11 @@
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.file.".config/iamb" = {
|
||||||
|
source = ./iamb;
|
||||||
|
recursive = true;
|
||||||
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
firefox = {
|
firefox = {
|
||||||
package = pkgs.librewolf;
|
package = pkgs.librewolf;
|
||||||
|
|
|
||||||
12
iamb/config.toml
Normal file
12
iamb/config.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
[profiles.user]
|
||||||
|
user_id = "@esvagy:esvagy.com"
|
||||||
|
|
||||||
|
[settings]
|
||||||
|
read_receipt_send = false
|
||||||
|
typing_notice_send = false
|
||||||
|
username_display = "displayname"
|
||||||
|
|
||||||
|
[settings.notifications]
|
||||||
|
enabled = true
|
||||||
|
show_message = true
|
||||||
|
via = "desktop"
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
[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=
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue