❄️ Dotfiles for our NixOS system configuration.
1{ 2 imports = [ 3 ./bat.nix 4 ./btop.nix 5 ./direnv.nix 6 ./eza.nix 7 ./gh.nix 8 ./git.nix 9 ./hyfetch.nix 10 ./mpv.nix 11 ./ssh.nix 12 ./ssh-agent.nix 13 ./zoxide.nix 14 ./zsh.nix 15 ]; 16}