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

20 lines
211 B
Nix

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