profile/core: migrate to nixosModule

This commit is contained in:
Felix Buehler 2026-01-24 22:40:40 +01:00
parent a4d422e059
commit a16d497ebb
10 changed files with 208 additions and 157 deletions

View file

@ -50,10 +50,8 @@
};
};
imports = [
../profiles/core/core.nix
../profiles/core/nix.nix
];
my.profiles.core.nix.enable = true;
my.profiles.core.packages.enable = true;
documentation = {
enable = lib.mkDefault false;