nixos-config/modules/home/default.nix

12 lines
150 B
Nix

{
imports = [
./hyprland
./theme.nix
./vscode.nix
./shell
./git.nix
./equalizer
./sops.nix
./night-light.nix
];
}