diff --git a/flake.lock b/flake.lock index a3194665..b2cc1967 100644 --- a/flake.lock +++ b/flake.lock @@ -263,15 +263,15 @@ ] }, "locked": { - "lastModified": 1721816671, - "narHash": "sha256-gk+ktb6smoyYmjM5Je2EYxyVLDrFNmRHDzf3iUoElJU=", - "owner": "danth", + "lastModified": 1722701340, + "narHash": "sha256-WjbcJF7dJ0mvCKGRWuqqdlGvCtUG5MGkynONEkQ7zZc=", + "owner": "donovanglover", "repo": "stylix", - "rev": "c974c17cd089dcbfb16fbde028dd00bcc05e3f73", + "rev": "f76b04561ae6a1bdf3fe851df0d0233809aab88f", "type": "github" }, "original": { - "owner": "danth", + "owner": "donovanglover", "repo": "stylix", "type": "github" } diff --git a/flake.nix b/flake.nix index e30d11b8..c5574b4d 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ }; stylix = { - url = "github:danth/stylix"; + url = "github:donovanglover/stylix"; inputs = { nixpkgs.follows = "nixpkgs"; home-manager.follows = "home-manager"; diff --git a/home/neovim.nix b/home/neovim.nix index 9c8041a8..cc9c94ec 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -1,9 +1,5 @@ -{ pkgs, config, lib, ... }: +{ pkgs, ... }: -let - inherit (config.lib.stylix.scheme) scheme; - inherit (lib.strings) toLower; -in { programs.bat.enable = true; @@ -327,11 +323,6 @@ in ''; } friendly-snippets - { - plugin = base16-nvim; - type = "lua"; - config = "vim.cmd('colorscheme base16-${toLower scheme}')"; - } { plugin = lualine-nvim; type = "lua";