From 5c26db0f34b1ce597b0ddef32a58e3a9b86f5d40 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Wed, 4 Mar 2026 17:46:36 +0100 Subject: [PATCH] feat: fix stuff for the new update --- modules/linux/home-manager/gaming.nix | 2 +- modules/linux/home-manager/shell-additions.nix | 2 +- modules/linux/home-manager/zen-browser.nix | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/linux/home-manager/gaming.nix b/modules/linux/home-manager/gaming.nix index 4285f6d..8fd64ce 100644 --- a/modules/linux/home-manager/gaming.nix +++ b/modules/linux/home-manager/gaming.nix @@ -19,7 +19,7 @@ gzdoom qzdl xonotic - superTuxKart + supertuxkart faugus-launcher nzportable protonup-qt diff --git a/modules/linux/home-manager/shell-additions.nix b/modules/linux/home-manager/shell-additions.nix index 5b6b5da..8188913 100644 --- a/modules/linux/home-manager/shell-additions.nix +++ b/modules/linux/home-manager/shell-additions.nix @@ -50,7 +50,7 @@ }; programs.beets = { - enable = true; + enable = false; settings = { directory = "~/music/to-listen/"; library = "~/.local/share/beets.db"; diff --git a/modules/linux/home-manager/zen-browser.nix b/modules/linux/home-manager/zen-browser.nix index c468082..aa3bacc 100644 --- a/modules/linux/home-manager/zen-browser.nix +++ b/modules/linux/home-manager/zen-browser.nix @@ -15,6 +15,7 @@ config = lib.mkIf config.crony.zen-browser.enable { programs.zen-browser = { enable = true; + suppressXdgMigrationWarning = true; profiles = { main = {}; };