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