blob: 77d236e60c6b5a233e5244a9d3f8bfa5cc9858a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
{ config, lib, pkgs, ... }:
{
imports =
[ ./backups.nix ./git.nix ./media.nix ./shell.nix ./ssh.nix ./tmux.nix ];
home.packages = [ pkgs.gcc pkgs.gnumake pkgs.jq pkgs.ripgrep ];
}
|