1 2 3 4 5 6 7 8 9 10
# This file specifies a home-manager config for basic development CLI # applications like interpreters and such. { pkgs, ... }: { home.packages = with pkgs; [ deno ]; }