Skip to content

Commit

Permalink
feat(modules/programs/nixvim): add color scheme
Browse files Browse the repository at this point in the history
Closes: 6784a66
Requires: danth/stylix#194
  • Loading branch information
trueNAHO committed Dec 5, 2023
1 parent 01edac8 commit 6f12bf0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 39 deletions.
11 changes: 6 additions & 5 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
nixpkgs.follows = "nixpkgs";
};

url = "github:danth/stylix";
url = "github:willemml/stylix/feat/modules/nixvim-transparency";
};

triPaneXplr = {
Expand Down
27 changes: 0 additions & 27 deletions modules/programs/nixvim/colorschemes/default.nix

This file was deleted.

7 changes: 1 addition & 6 deletions modules/programs/nixvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
}: {
imports = [
../../homeManager/home/packages/rustup
../../stylix
./autoCmd
./colorschemes
./keymaps
./options
./plugins
Expand All @@ -19,10 +17,7 @@
options.modules.programs.nixvim.enable = lib.mkEnableOption "nixvim";

config = lib.mkIf config.modules.programs.nixvim.enable {
modules = {
homeManager.home.packages.rustup.enable = true;
stylix.enable = true;
};
modules.homeManager.home.packages.rustup.enable = true;

home = let
neovim = pkgs.neovim.meta.mainProgram;
Expand Down

0 comments on commit 6f12bf0

Please sign in to comment.