# m3-aether — cloud VM. # Context: server | Profiles: (none) {lib, ...}: let homeLib = import ../lib {inherit lib;}; in { imports = [ (homeLib.mkHomeConfig { profiles = []; context = "server"; }) ./home-server.nix ]; # Base CLI tools (new namespace) base = { shell = { fish.enable = true; starship.enable = true; }; cliTools = { fzf.enable = true; nitch.enable = true; }; }; }