test
This commit is contained in:
parent
6212243e28
commit
e97e9b4e7e
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ inputs, config, lib, ... }:
|
||||
{ inputs, pkgs, config, lib, ... }:
|
||||
let pkgs = "inputs.nixpkgs-unstable.pkgs"; in {
|
||||
imports = [
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
|
@ -8,6 +8,10 @@
|
|||
enable = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
|
||||
globals.mapleader = " ";
|
||||
globals.maplocalleader = " ";
|
||||
|
||||
options = {
|
||||
number = true;
|
||||
shiftwidth = 2;
|
||||
|
|
Loading…
Reference in a new issue