Initial commit, copied setup from nixos config

This commit is contained in:
EsVagy42 2025-03-02 13:27:22 +00:00
commit 477100a830
6 changed files with 314 additions and 0 deletions

9
config/default.nix Normal file
View file

@ -0,0 +1,9 @@
{
# Import all your configuration modules here
imports = [ ./lsp.nix ./lsp-format.nix ./which-key.nix ];
opts = {
number = true;
relativenumber = true;
shiftwidth = 2;
};
}