nixos/modules/home/default.nix
2024-05-27 22:23:32 +02:00

10 lines
85 B
Nix

{ config, pkgs, ... }:
{
imports = [
./apps
./desktop
./shell
];
}