nixos-config/users/rouven/modules/default.nix

17 lines
163 B
Nix

{ ... }:
{
imports = [
./aerc
./foot
./git
./gpg
./helix
./wayland
./mpv
./ssh
./theme
# ./tex
./packages.nix
];
}