Removed iamb and added element to autostart
This commit is contained in:
parent
809a7aa251
commit
b9efb1ea06
4 changed files with 5 additions and 27 deletions
|
|
@ -1 +1 @@
|
|||
Changed user_gutter_width in iamb configuration
|
||||
Removed iamb and added element to autostart
|
||||
|
|
|
|||
|
|
@ -91,7 +91,6 @@ let
|
|||
nextcloud-client
|
||||
bitwarden-desktop
|
||||
tutanota-desktop
|
||||
iamb
|
||||
];
|
||||
unproductivePackages = with pkgs; [
|
||||
yt-dlp
|
||||
|
|
|
|||
13
home.nix
13
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;
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue