5318b08
60da6bc
5555575
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 ]; }