Added iamb and configuration and removed element from autostart

This commit is contained in:
EsVagy42 2026-03-04 16:50:45 +01:00
parent 7cb5d55808
commit 1056f43d29
5 changed files with 23 additions and 22 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,6 +64,11 @@
recursive = true;
};
home.file.".config/iamb" = {
source = ./iamb;
recursive = true;
};
programs = {
firefox = {
package = pkgs.librewolf;