diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index d072f522..d6a22185 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -136,10 +136,6 @@ }; }; - # TODO: Add this to stylix configs - # colorscheme = lib.mkForce "everforest"; - colorscheme = lib.mkForce "catpuccin-mocha"; - colorschemes = { tokyonight.enable = true; gruvbox.enable = true; diff --git a/stylix/green/home-manager/nixvim.nix b/stylix/green/home-manager/nixvim.nix index 63b1d980..009e3da1 100644 --- a/stylix/green/home-manager/nixvim.nix +++ b/stylix/green/home-manager/nixvim.nix @@ -1,3 +1,3 @@ { lib, ... }: { - programs.nixvim.colorscheme = lib.mkForce 500 "everforest"; + programs.nixvim.colorscheme = lib.mkForce "everforest"; } \ No newline at end of file diff --git a/stylix/gruvbox/home-manager/nixvim.nix b/stylix/gruvbox/home-manager/nixvim.nix index 1d2db742..95635c83 100644 --- a/stylix/gruvbox/home-manager/nixvim.nix +++ b/stylix/gruvbox/home-manager/nixvim.nix @@ -1,3 +1,3 @@ { lib, ... }: { - programs.nixvim.colorscheme = lib.mkForce 500 "gruvbox"; + programs.nixvim.colorscheme = lib.mkForce "gruvbox"; } \ No newline at end of file diff --git a/stylix/stylix/home-manager/nixvim.nix b/stylix/stylix/home-manager/nixvim.nix index 46d1ceb3..e927131d 100644 --- a/stylix/stylix/home-manager/nixvim.nix +++ b/stylix/stylix/home-manager/nixvim.nix @@ -1,3 +1,3 @@ { lib, ... }: { - programs.nixvim.colorscheme = lib.mkForce 500 "catpuccin-mocha"; + programs.nixvim.colorscheme = lib.mkForce "catpuccin-mocha"; } \ No newline at end of file diff --git a/stylix/tokyo-day/home-manager/nixvim.nix b/stylix/tokyo-day/home-manager/nixvim.nix index 4d2e6eba..1b946f9e 100644 --- a/stylix/tokyo-day/home-manager/nixvim.nix +++ b/stylix/tokyo-day/home-manager/nixvim.nix @@ -1,3 +1,3 @@ { lib, ... }: { - programs.nixvim.colorscheme = lib.mkForce 500 "tokyonight-day"; + programs.nixvim.colorscheme = lib.mkForce "tokyonight-day"; } \ No newline at end of file diff --git a/stylix/tokyo-night/home-manager/nixvim.nix b/stylix/tokyo-night/home-manager/nixvim.nix index a5a101b6..dc1b3311 100644 --- a/stylix/tokyo-night/home-manager/nixvim.nix +++ b/stylix/tokyo-night/home-manager/nixvim.nix @@ -1,3 +1,3 @@ { lib, ... }: { - programs.nixvim.colorscheme = lib.mkForce 500 "tokyonight-night"; + programs.nixvim.colorscheme = lib.mkForce "tokyonight-night"; } \ No newline at end of file