From b87083d5a056e4c9facd5435e6b0f0936a15ba98 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 13 Feb 2024 15:01:12 +0100 Subject: [PATCH] colorschmes/nord: remove deprecation warnings --- plugins/colorschemes/nord.nix | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/plugins/colorschemes/nord.nix b/plugins/colorschemes/nord.nix index 0ce556f6..d65d03c3 100644 --- a/plugins/colorschemes/nord.nix +++ b/plugins/colorschemes/nord.nix @@ -8,28 +8,6 @@ with lib; let cfg = config.colorschemes.nord; in { - # Introduced January, 16 2024. - # TODO remove in early February 2023. - imports = let - basePluginPath = ["colorschemes" "nord"]; - in [ - ( - mkRenamedOptionModule - (basePluginPath ++ ["disable_background"]) - (basePluginPath ++ ["disableBackground"]) - ) - ( - mkRenamedOptionModule - (basePluginPath ++ ["cursorline_transparent"]) - (basePluginPath ++ ["cursorlineTransparent"]) - ) - ( - mkRenamedOptionModule - (basePluginPath ++ ["enable_sidebar_background"]) - (basePluginPath ++ ["enableSidebarBackground"]) - ) - ]; - options = { colorschemes.nord = { enable = mkEnableOption "nord";