test
This commit is contained in:
parent
e97e9b4e7e
commit
1451c4fb10
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{ inputs, pkgs, config, lib, ... }:
|
||||
let pkgs = "inputs.nixpkgs-unstable.pkgs"; in {
|
||||
let pkgs = "inputs.nixpkgs-unstable"; in {
|
||||
imports = [
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
];
|
||||
|
@ -11,7 +11,7 @@
|
|||
|
||||
globals.mapleader = " ";
|
||||
globals.maplocalleader = " ";
|
||||
|
||||
|
||||
options = {
|
||||
number = true;
|
||||
shiftwidth = 2;
|
||||
|
|
Loading…
Reference in a new issue