aboutsummaryrefslogblamecommitdiff
path: root/home/profiles/workstation.nix
blob: 0494281cc19f20c0836449dcaa7441942d517a7b (plain) (tree)






















                              
{ pkgs, ... }:
{
  imports = [
    ./bat.nix
    ./eza.nix
    ./direnv.nix
    ./go.nix
    ./starship.nix
    ./fd.nix
    ./git.nix
  ];

  home.packages = with pkgs; [
    bottom
    dust
    fish
    jless
    jq
    ripgrep
    tree
    yq
  ];
}