1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-27 12:41:03 +01:00
nixvim/templates/simple/config/default.nix

6 lines
104 B
Nix

{self, ...}: {
# Import all your configuration modules here
imports = [
./bufferline.nix
];
}