Removed iamb and added element to autostart

This commit is contained in:
EsVagy42 2026-03-05 08:39:41 +01:00
parent 809a7aa251
commit b9efb1ea06
4 changed files with 5 additions and 27 deletions

View file

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