mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat(sumireko): rest in peace, sweet princess
This commit is contained in:
parent
6ca3031752
commit
284845f8c4
1 changed files with 0 additions and 29 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue