many changed, added nixos-hardware

This commit is contained in:
Charlie Root 2024-07-07 13:23:38 +02:00
commit 2accd81424
149 changed files with 19124 additions and 238 deletions

View file

@ -6,10 +6,10 @@
...
}:
with lib; let
cfg = config.modules.programs.neovim;
username = config.modules.other.system.username;
cfg = config.modules.programs.neovim-old;
inherit (config.modules.other.system) username;
in {
options.modules.programs.neovim.enable = mkEnableOption "neovim";
options.modules.programs.neovim-old.enable = mkEnableOption "neovim-old";
config = mkIf cfg.enable {
home-manager.users.${username} = {