summaryrefslogtreecommitdiff
path: root/home/pc/modules/dev.nix
blob: ee9e054675bc8dceb5e2d799d619fef710d014bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ pkgs, ... }: {
  home.packages = with pkgs; [
    git
    sops

    linux-manual
    man-pages
    man-pages-posix

    nil
    nodePackages.bash-language-server
  ];
}