about summary refs log tree commit diff
path: root/users/fcuny/cli/default.nix
blob: 093686eece637865fb2e8ef11e0ea3d593e0eeba (plain) (blame)
1
2
3
4
5
6
7
8
{ config, lib, pkgs, ... }:

{
  imports =
    [ ./backups.nix ./git.nix ./ssh.nix ./tmux.nix ./yt-dlp.nix ./zsh.nix ];

  home.packages = [ pkgs.gcc pkgs.gnumake pkgs.jq pkgs.ripgrep ];
}