restructure

This commit is contained in:
2026-04-22 09:46:04 -05:00
parent cff3aec197
commit 03bec1dcaf
57 changed files with 35 additions and 44 deletions

View File

@@ -108,6 +108,12 @@
};
};
home.packages = lib.mkIf (!config.homeconfig.wal.enable) [
inputs.nixvim.packages.${pkgs.stdenv.hostPlatform.system}.default
];
home.sessionVariables.EDITOR = "nvim";
};
};
}

View File

@@ -1,14 +0,0 @@
{ inputs, ... }: {
flake.homeModules.nathan = { config, lib, pkgs, ... }: {
config = {
home.packages = lib.mkIf (!config.homeconfig.wal.enable) [
inputs.nixvim.packages.${pkgs.stdenv.hostPlatform.system}.default
];
home.sessionVariables.EDITOR = "nvim";
};
};
}

View File

@@ -1 +0,0 @@
{ ... }: {}