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