Compare commits
1 commit
f7cb80e451
...
38c1fc89a7
Author | SHA1 | Date | |
---|---|---|---|
38c1fc89a7 |
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,6 @@ in
|
|||
(import ./standalone.nix)
|
||||
(lib.mkIf cfg.enable {
|
||||
enable = true;
|
||||
nixpkgs.useGlobalPackages = true;
|
||||
defaultEditor = lib.mkDefault true;
|
||||
jhome.nvim = cfg;
|
||||
})
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
config = {
|
||||
withRuby = false;
|
||||
nixpkgs.useGlobalPackages = true;
|
||||
globals.mapleader = " ";
|
||||
# Appearance
|
||||
colorschemes.gruvbox = {
|
||||
|
|
Loading…
Add table
Reference in a new issue