Set empty background as default

This commit is contained in:
DashieTM 2024-07-17 23:04:51 +02:00
parent e8fa641a15
commit 062d5701cb
5 changed files with 9 additions and 4 deletions

View file

@ -44,6 +44,7 @@
dashvim = {
url = "github:DashieTM/DashVim";
inputs.nixpkgs.follows = "nixpkgs";
inputs.base16.follows = "base16";
};
};