Skip to content

Commit

Permalink
Allow easy overwriting of default options (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Jul 1, 2024
1 parent 6178e8d commit e1e0674
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{ lib, ... }:

{
imports = [
./cmp.nix
Expand All @@ -7,7 +9,7 @@
./which_key.nix
./telescope.nix
];

} // lib.mapAttrsRecursive (_: lib.mkDefault) {
viAlias = true;
vimAlias = true;

Expand Down

0 comments on commit e1e0674

Please sign in to comment.