nixos/modules/home/default.nix
2024-05-27 19:45:14 +02:00

6 lines
No EOL
46 B
Nix

{ config, pkgs, ... }:
{
imports = [
];
}