diff --git a/stylix/green/home-manager/nixvim.nix b/stylix/green/home-manager/nixvim.nix index ee4c99d5..63b1d980 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"; } \ No newline at end of file diff --git a/stylix/gruvbox/home-manager/nixvim.nix b/stylix/gruvbox/home-manager/nixvim.nix index c9c19f80..1d2db742 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"; } \ No newline at end of file diff --git a/stylix/stylix/home-manager/nixvim.nix b/stylix/stylix/home-manager/nixvim.nix index 190f9b9c..46d1ceb3 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"; } \ No newline at end of file diff --git a/stylix/tokyo-day/home-manager/home-manager.nix b/stylix/tokyo-day/home-manager/nixvim.nix similarity index 81% rename from stylix/tokyo-day/home-manager/home-manager.nix rename to stylix/tokyo-day/home-manager/nixvim.nix index a3de039d..4d2e6eba 100644 --- a/stylix/tokyo-day/home-manager/home-manager.nix +++ b/stylix/tokyo-day/home-manager/nixvim.nix @@ -1,3 +1,3 @@ -{ ... }: { +{ lib, ... }: { programs.nixvim.colorscheme = lib.mkForce 500 "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 74c3d9be..a5a101b6 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"; } \ No newline at end of file