add lock merge strategy

This commit is contained in:
Vivian 2023-06-27 11:19:54 +02:00
parent 7daf1c88d0
commit 940b3219e6
5 changed files with 73 additions and 52 deletions

View file

@ -1 +1,3 @@
{ ... }: { imports = [ ./catppuccin.nix ./nvim.nix ./riff.nix ./vscode.nix ]; }
{ ... }: {
imports = [ ./catppuccin.nix ./nvim.nix ./riff.nix ./vscode.nix ./git.nix ];
}