2025-02-10 13:23:38 +01:00

11 lines
125 B
Nix

{ config, pkgs, ... }:
{
imports = [
./alacritty.nix
./shell.nix
./git.nix
./tmux.nix
./mpd.nix
];
}