From 46b0b8ac8bc612e4bf86478e08ada33d94dad01d Mon Sep 17 00:00:00 2001 From: beeb5k Date: Mon, 17 Aug 2026 23:03:59 +0530 Subject: Remove mango and user templates for noctalia --- common/programs/vesktop.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'common/programs/vesktop.nix') diff --git a/common/programs/vesktop.nix b/common/programs/vesktop.nix index a8dbb4c..5f7a1da 100644 --- a/common/programs/vesktop.nix +++ b/common/programs/vesktop.nix @@ -10,12 +10,12 @@ && config.beeMods.windowManagers.beeConfig.enable && !config.beeMods.windowManagers.noctalia then - [ "system24-matugen.css" ] + [ "midnight.css" ] else - [ "discord-system24.css" ]; - autoUpdate = false; - autoUpdateNotification = false; - notifyAboutUpdates = false; + [ "noctalia.theme.css" ]; + # autoUpdate = true; + # autoUpdateNotification = true; + # notifyAboutUpdates = false; useQuickCss = false; disableMinSize = true; plugins = { -- cgit v1.3.1