honestly just wayyy too muchz

liek media and stuff
and fixing shit
and iinstalling adblock on browser by default

cool shiz
This commit is contained in:
martyTF 2025-12-22 08:15:54 +01:00
parent a4dfaabe09
commit bf430f5b71
20 changed files with 436 additions and 186 deletions

View file

@ -24,5 +24,17 @@
wallpaper.enable = true;
grimblast.enable = true;
};
internet = lib.mkDefault {
browsers = {
zen-browser = {
enable = true;
};
};
};
media = {
images.enable = true;
video.enable = true;
audio.enable = true;
};
};
}
}

View file

@ -33,5 +33,9 @@
};
};
};
media = {
images.nomacs.enable = true;
video.mpv.enable = true;
};
};
}
}