Files
2026-08-03 07:35:18 -06:00

10 lines
101 B
Nix

{ config, dms, pkgs, ... }:
{
imports = [
./alacritty.nix
./git.nix
./nvim.nix
];
}