feat(sumireko): rest in peace, sweet princess

This commit is contained in:
Kat Inskip 2024-08-15 09:43:46 -07:00
parent 6ca3031752
commit 284845f8c4
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -1,29 +0,0 @@
_: let
hostConfig = {tree, ...}: {
imports = with tree.darwin; [
orbstack
packages
];
home-manager.users.kat.imports =
(with tree.home.profiles; [
graphical.gpg
graphical.vscode
graphical.wezterm
])
++ (with tree.home.profiles; [
devops
])
++ (with tree.home.environments; [
darwin
]);
system.stateVersion = 4;
};
in {
arch = "aarch64";
type = "MacOS";
modules = [
hostConfig
];
}