<ProofTechnique>
In general the answer is to unlink ~/Applications, put whatever non-Nix applications you wan there, and then `darwin-rebuild`. If ~/Applications is already a directory then Nix Apps will be symlinked to ~/Applications/Nix Apps
cptrbn has quit [Quit: Gooooooood niiiiiiiiiight]
cptrbn has joined #nix-darwin
cptrbn has quit [Quit: Gooooooood niiiiiiiiiight]
cptrbn has joined #nix-darwin
philr_ has quit [Ping timeout: 272 seconds]
dps910 has joined #nix-darwin
<dps910>
Is it possible to install applications to my Applications folder on my external hard drive? I don't want my internal SSD getting full
<dps910>
here is my ~/.config/nixpkgs/home.nix. I want my programs to be installed to my external drive and symlinked to my home dir if possible.
<dps910>
```nix
<dps910>
{ config, pkgs, lib, ... }:
<dps910>
# cfg = config.home;
<dps910>
{
<dps910>
# Let Home Manager install and manage itself.
<dps910>
programs.home-manager.enable = true;
<dps910>
# Home Manager needs a bit of information about you and the
<dps910>
# paths it should manage.
<dps910>
home.username = "david";
<dps910>
home.homeDirectory = "/Users/david";
<dps910>
# This value determines the Home Manager release that your
<dps910>
# configuration is compatible with. This helps avoid breakage
<dps910>
# when a new Home Manager release introduces backwards
<dps910>
# incompatible changes.
<dps910>
#
<dps910>
# You can update Home Manager without changing this value. See
<dps910>
# the Home Manager release notes for a list of state version