feat: fix stuff for the new update

This commit is contained in:
CronyAkatsuki 2026-03-04 17:46:36 +01:00
parent c9de58e00c
commit 5c26db0f34
3 changed files with 3 additions and 2 deletions

View file

@ -19,7 +19,7 @@
gzdoom
qzdl
xonotic
superTuxKart
supertuxkart
faugus-launcher
nzportable
protonup-qt

View file

@ -50,7 +50,7 @@
};
programs.beets = {
enable = true;
enable = false;
settings = {
directory = "~/music/to-listen/";
library = "~/.local/share/beets.db";

View file

@ -15,6 +15,7 @@
config = lib.mkIf config.crony.zen-browser.enable {
programs.zen-browser = {
enable = true;
suppressXdgMigrationWarning = true;
profiles = {
main = {};
};