Cleaned up darwin from noise; Moved overlays too a shared module

This commit is contained in:
2026-06-06 21:04:49 +02:00
parent 9f2dc8314a
commit 7a25ac669f
12 changed files with 112 additions and 154 deletions
+6 -1
View File
@@ -1,4 +1,8 @@
{ pkgs, inputs, ... }:
{
pkgs,
inputs,
...
}:
{
imports = [
inputs.nixvim.homeModules.nixvim
@@ -29,6 +33,7 @@
programs.nixvim = {
enable = true;
defaultEditor = true;
enableMan = false;
# Leader key
globals.mapleader = " ";