summary refs log tree commit diff stats
path: root/modules/programs/dotfiles.nix
blob: 467665ff13e587658998a9251f4e3528df37fa9c (plain)
1
2
3
4
5
6
7
8
9
{ config, pkgs, ... }:

{ environment.systemPackages = with pkgs; [
    git
    stow
    fzf
    ghq
  ];
}