Files
2026-07-16 16:15:10 +02:00

12 lines
74 B
Nix

{ config, ... }:
{
imports = [
./desktop
./zsh
./nvim
];
}