nixos/hosts/nixos-test/home.nix

8 lines
59 B
Nix
Raw Normal View History

2024-05-25 01:32:48 +02:00
{ config, pkgs, ... }:
{
imports =
[
];
}