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

18 lines
181 B
Nix

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