Skip to content

Commit

Permalink
Install nix-index / Re-enable auto-dark-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Jan 2, 2024
1 parent 73d911f commit e888b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
pkgs.cachix
pkgs.devenv
pkgs.jq
pkgs.nix-index
pkgs.nix-prefetch
pkgs.nixpkgs-fmt
pkgs.noti
Expand Down
2 changes: 1 addition & 1 deletion home/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
];
extraLuaConfig = builtins.readFile ./neovim/extra-config.lua;
plugins = builtins.concatMap (plugin: pkgs.callPackage plugin { }) [
# ./neovim/plugins/auto-dark-mode.nix
./neovim/plugins/auto-dark-mode.nix
./neovim/plugins/cmp.nix
./neovim/plugins/comment.nix
./neovim/plugins/lspconfig.nix
Expand Down

0 comments on commit e888b55

Please sign in to comment.