···11-{ config, ... }:
22-let
33-44- OOS = path: config.lib.file.mkOutOfStoreSymlink path;
55-66-in {
77-88- # imports = [ ./apps ];
99- #
1010- imports = [
1111-1212- ../../modules/home/wm/aerospace
1313- ../../modules/home/prompts/oh-my-posh
1414- ../../modules/home/shells/zsh
1515- ../../modules/home/term/ghostty
1616- ../../modules/home/tools
1717-1818- ];
1919-2020- home.file = {
2121- # REMEMBER to lift the config file out, and refacts this after kenric puts his config
2222- # on the public internet, study and refactor my dotfiles!
2323- "Library/Application Support/com.mitchellh.ghostty".source =
2424- OOS "${config.home.homeDirectory}/dev/dots/apps/ghostty";
2525-2626- };
2727-2828- # The state version is required and should stay at the version you
2929- # originally installed.
3030- home.stateVersion = "25.05";
3131-}