Update git; Update vim

This commit is contained in:
Martin
2025-02-25 14:29:55 +01:00
parent 8e8b47151f
commit c373f5fcfd
5 changed files with 59 additions and 4 deletions

View File

@ -60,6 +60,15 @@
./user/task_home.nix
];
};
"martin" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [
./user/profiles/martin.nix
./common.nix
./user/task_home.nix
];
};
"pan" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;