about summary refs log tree commit diff
path: root/users/fcuny/cli/default.nix
blob: 0a35288c657244ac7d5fc67c3e0f887bc6da562f (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 ./shell.nix ];

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