nixos-config/users/rouven/modules/default.nix
2024-02-17 19:14:03 +01:00

18 lines
183 B
Nix

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