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

19 lines
192 B
Nix

{ ... }:
{
imports = [
./accounts
./foot
./git
./gpg
./helix
./hyprland
./mpv
./sops
./spotify
./ssh
./vifm
./theme
./packages.nix
];
}