12 lines
148 B
Nix

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