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

19 lines
197 B
Nix

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