1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-06-16 22:08:47 +02:00
nixos-config/users/rouven/modules/default.nix

17 lines
176 B
Nix

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