nixos-config/modules/home/variables/default.nix
2025-02-25 03:03:43 -05:00

8 lines
75 B
Nix

{ ... }:
{
imports = [
./displays
./look
./workspaces
];
}