nixfiles/homes/castle.nix
2022-02-14 23:47:21 +00:00

10 lines
189 B
Nix

{ pkgs, ... }:
{
# So home-manager will inject the sourcing of ~/.nix-profile/etc/profile.d/nix.sh
targets.genericLinux.enable = true;
programs = {
kakoune.enable = true;
};
}