nixos-config/users/rouven/modules/default.nix
2023-06-05 19:57:19 +02:00

20 lines
205 B
Nix

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